diff --git a/install/index.php b/install/index.php index 1268dcbb..a4050483 100644 --- a/install/index.php +++ b/install/index.php @@ -3,6 +3,20 @@ if(!isset($_GET['s'])) { $_GET['s']=0; } +$tz=(isset($_GET['t']))? $_GET['t']:1; + switch($tz) { + case 1: $t_zone="Africa/Dakar";break; + case 2: $t_zone="America/New_York";break; + case 3: $t_zone="Antarctica/Casey";break; + case 4: $t_zone="Arctic/Longyearbyen";break; + case 5: $t_zone="Asia/Kuala_Lumpur";break; + case 6: $t_zone="Atlantic/Azores";break; + case 7: $t_zone="Australia/Melbourne";break; + case 8: $t_zone="Europe/Bucharest";break; + case 9: $t_zone="Indian/Maldives";break; + case 10: $t_zone="Pacific/Fiji";break; + } +date_default_timezone_set($t_zone); ?> - TravianX Installation + TravianZ Installation - Version Modified by Shadow v.7.0.0 @@ -26,6 +40,18 @@ if(!isset($_GET['s'])) { +
@@ -50,7 +76,7 @@ if(!isset($_GET['s'])) { } ?>
- TravianX Installation Script + TravianZ Installation Script - Version Modified by Shadow v.7.0.0
- \ No newline at end of file +