added reload link to if config permissions are wack

This commit is contained in:
botanic 2013-11-11 13:23:33 -08:00
parent 6dd083d3df
commit 4313e2f9c9

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