mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-15 09:06:08 +00:00
Incremental Refactor Templates
Incremental Refactor Templates
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ include("templates/script.tpl");
|
||||
if(!isset($_GET['s'])) {
|
||||
$_GET['s']=0;
|
||||
}
|
||||
$tz=(isset($_GET['t']))? (int)$_GET['t'] : 13;
|
||||
$tz=(isset($_GET['t']))? (int)$_GET['t'] : 8;
|
||||
switch($tz) {
|
||||
case 1: $t_zone="Africa/Dakar";break;
|
||||
case 2: $t_zone="America/New_York";break;
|
||||
|
||||
Reference in New Issue
Block a user