mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
added reload link to if config permissions are wack
This commit is contained in:
parent
6dd083d3df
commit
4313e2f9c9
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
if (!file_exists('../config.php')) {
|
||||
if (!copy('../config.default.php', '../config.php')) {
|
||||
echo "failed to copy ../config.php ...\n";
|
||||
echo '<br><a href="'.$_SERVER['REQUEST_URI'].'" >Reload!</a> ';
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue