mirror of
https://github.com/itflow-org/itflow
synced 2026-03-08 06:44:51 +00:00
Merge pull request #1139 from itflow-org/cron-scripts-move
config.php has to be written to parent dir
This commit is contained in:
@@ -378,7 +378,7 @@ if (!$non_interactive) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// finalize config
|
// finalize config
|
||||||
$myfile = fopen("config.php", "a");
|
$myfile = fopen("../config.php", "a");
|
||||||
$txt = "\$config_enable_setup = 0;\n\n";
|
$txt = "\$config_enable_setup = 0;\n\n";
|
||||||
fwrite($myfile, $txt);
|
fwrite($myfile, $txt);
|
||||||
fclose($myfile);
|
fclose($myfile);
|
||||||
|
|||||||
Reference in New Issue
Block a user