summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/include/includes.php')
-rw-r--r--shared/include/includes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/include/includes.php b/shared/include/includes.php
index bfd358d..8a75b58 100644
--- a/shared/include/includes.php
+++ b/shared/include/includes.php
@@ -1,4 +1,5 @@
<?php
+date_default_timezone_set('UTC');
require_once(dirname(__FILE__).'/paths.php'); // USE __dir__ in 5.3.0
// Load functions and classes from the shared directory and either foreground or background
foreach (array('functions', 'classes') as $type) {