fixed gui startup

Change-Id: I0186a90a474592ac632d1d0f91f42781a887b783
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2016-06-27 20:50:54 +02:00
parent 3b60f279ea
commit 0e67c4ad37
2 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,6 @@ if ( $options = getopt( $opts, $lopts ) )
}
require_once($webuidir . "/config.php");
require_once(DIR_SYSTEM . "/helper/TrustedTimestamps.php");
if(ENABLE_SYSLOG == 1) { openlog("piler-timestamp", LOG_PID, LOG_MAIL); }

View File

@ -20,6 +20,11 @@ if(ENABLE_GOOGLE_LOGIN == 1) {
require_once DIR_BASE . 'google-api/contrib/apiOauth2Service.php';
}
if(TSA_URL) {
require_once(DIR_SYSTEM . "/helper/TrustedTimestamps.php");
}
date_default_timezone_set(TIMEZONE);
?>