aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-05 00:06:35 -0800
committerredmatrix <git@macgirvin.com>2016-02-05 00:06:35 -0800
commitb4e3cd000f9919ce459d32e21e5ca121338a6c24 (patch)
tree81dbf0a6379d4dad677138c230c5f1e2a3819933 /index.php
parent9c3568800cfec34bd24844d0b120a4b195c17e93 (diff)
downloadvolse-hubzilla-b4e3cd000f9919ce459d32e21e5ca121338a6c24.tar.gz
volse-hubzilla-b4e3cd000f9919ce459d32e21e5ca121338a6c24.tar.bz2
volse-hubzilla-b4e3cd000f9919ce459d32e21e5ca121338a6c24.zip
rev update
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 2d8116f96..2b486b487 100755
--- a/index.php
+++ b/index.php
@@ -28,6 +28,9 @@ $a->install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? fal
@include('.htconfig.php');
+if(! defined('UNO'))
+ define('UNO', 0);
+
$a->timezone = ((x($default_timezone)) ? $default_timezone : 'UTC');
date_default_timezone_set($a->timezone);