mirror of https://github.com/itflow-org/itflow
config.php has to be written to parent dir
This commit is contained in:
parent
a529eca414
commit
b0a960547c
|
|
@ -378,7 +378,7 @@ if (!$non_interactive) {
|
|||
}
|
||||
|
||||
// finalize config
|
||||
$myfile = fopen("config.php", "a");
|
||||
$myfile = fopen("../config.php", "a");
|
||||
$txt = "\$config_enable_setup = 0;\n\n";
|
||||
fwrite($myfile, $txt);
|
||||
fclose($myfile);
|
||||
|
|
|
|||
Loading…
Reference in New Issue