Эх сурвалжийг харах

bug of installation wizard

star7th 4 жил өмнө
parent
commit
804f7f761c

+ 0 - 7
install/non_interactive.php

@@ -60,10 +60,3 @@ function write_js_lang(){
     
 }
 
-function replace_file_content($file , $from ,$to ){
-    $content = file_get_contents($file);
-    $content2 = str_replace($from,$to,$content);
-    if ($content2) {
-        file_put_contents($file,$content2);
-    }
-}