mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-27 21:57:16 +00:00
fix: this install redirect somehow escaped the last fix :P
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user