Переглянути джерело

bug of installation wizard

star7th 4 роки тому
батько
коміт
804f7f761c
1 змінених файлів з 0 додано та 7 видалено
  1. 0 7
      install/non_interactive.php

+ 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);
-    }
-}