config.php has to be written to parent dir

This commit is contained in:
wrongecho 2025-01-02 21:43:23 +00:00
parent a529eca414
commit b0a960547c
1 changed files with 1 additions and 1 deletions

View File

@ -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);