mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:41:59 +01:00
fixed gui startup
Change-Id: I0186a90a474592ac632d1d0f91f42781a887b783 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
3b60f279ea
commit
0e67c4ad37
@ -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); }
|
||||
|
||||
|
@ -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);
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user