fix: this install redirect somehow escaped the last fix :P

This commit is contained in:
Martin Ambrus
2017-10-28 09:58:54 +02:00
parent e148b917e5
commit 1b3d0ab4ac
+1 -1
View File
@@ -10,7 +10,7 @@
## ## ## ##
################################################################################# #################################################################################
if(!file_exists('var/installed') && @opendir('/var/installed')) { if(!file_exists('var/installed') && @opendir('install')) {
header("Location: install/"); header("Location: install/");
exit; exit;
} }