mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
util: remove ENABLE_SYSLOG from utils
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -47,7 +47,7 @@ if ( $options = getopt( $opts, $lopts ) )
|
||||
|
||||
require_once($webuidir . "/config.php");
|
||||
|
||||
if(ENABLE_SYSLOG == 1) { openlog("piler-timestamp", LOG_PID, LOG_MAIL); }
|
||||
openlog("piler-timestamp", LOG_PID, LOG_MAIL);
|
||||
|
||||
require(DIR_SYSTEM . "/startup.php");
|
||||
|
||||
|
Reference in New Issue
Block a user