From c1b6d5fd54de6f6c6b7e431a9316d160ce3215a9 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sun, 8 Dec 2013 13:29:52 +0000 Subject: [PATCH] Add the Europe/London option for time zone when installing - Fixes #8 --- install/index.php | 5 +++-- install/templates/config.tpl | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/install/index.php b/install/index.php index 23d329c0..17572f19 100644 --- a/install/index.php +++ b/install/index.php @@ -13,8 +13,9 @@ $tz=(isset($_GET['t']))? $_GET['t']:1; 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; + case 9: $t_zone="Europe/London";break; + case 10: $t_zone="Indian/Maldives";break; + case 11: $t_zone="Pacific/Fiji";break; } date_default_timezone_set($t_zone); ?> diff --git a/install/templates/config.tpl b/install/templates/config.tpl index 1a1639e9..cc7d1342 100644 --- a/install/templates/config.tpl +++ b/install/templates/config.tpl @@ -20,9 +20,10 @@ echo "
Error creating constant.php - - - + + + + Server speed: