mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 02:57:04 +02:00
util: remove ENABLE_SYSLOG from utils
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -112,7 +112,7 @@ Registry::set('language', $language);
|
||||
|
||||
|
||||
|
||||
if(ENABLE_SYSLOG == 1) { openlog("piler-automated-search", LOG_PID, LOG_MAIL); }
|
||||
openlog("piler-automated-search", LOG_PID, LOG_MAIL);
|
||||
|
||||
|
||||
/* check if user has authenticated himself. If not, we send him to login */
|
||||
|
Reference in New Issue
Block a user