rev update

This commit is contained in:
redmatrix
2016-02-05 00:06:35 -08:00
parent 9c3568800c
commit b4e3cd000f
5 changed files with 1834 additions and 1771 deletions

View File

@@ -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);