added reload link to if config permissions are wack

This commit is contained in:
botanic 2013-11-11 13:23:33 -08:00
parent 208549a68d
commit 9db3e45ec4

View file

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