added reload link to if config permissions are wack

hg/feature/sse2
botanic 11 years ago
parent 80e168886a
commit be87039624

@ -29,6 +29,7 @@
if (!file_exists('../config.php')) { if (!file_exists('../config.php')) {
if (!copy('../config.default.php', '../config.php')) { if (!copy('../config.default.php', '../config.php')) {
echo "failed to copy ../config.php ...\n"; echo "failed to copy ../config.php ...\n";
echo '<br><a href="'.$_SERVER['REQUEST_URI'].'" >Reload!</a> ';
exit; exit;
} }
} }

Loading…
Cancel
Save