added reload link to if config permissions are wack
This commit is contained in:
parent
208549a68d
commit
9db3e45ec4
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