Sfoglia il codice sorgente

bug of installation wizard

star7th 4 anni fa
parent
commit
804f7f761c
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  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);
-    }
-}