mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
fixed gui startup
Change-Id: I0186a90a474592ac632d1d0f91f42781a887b783 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -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);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user