mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
added an option to syslog sphinx queries
This commit is contained in:
@ -32,6 +32,9 @@ $language = new Language();
|
||||
Registry::set('language', $language);
|
||||
|
||||
|
||||
if(ENABLE_SYSLOG == 1) { openlog("piler-webui", LOG_PID, LOG_MAIL); }
|
||||
|
||||
|
||||
/* check if user has authenticated himself. If not, we send him to login */
|
||||
|
||||
Registry::set('username', getAuthenticatedUsername());
|
||||
|
Reference in New Issue
Block a user