mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
improved logging for the gui
Change-Id: I31d0dbb70b8d8184ce1f48d0161ddaf9e6c8d9ca Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -22,7 +22,7 @@ $language = new Language();
|
||||
Registry::set('language', $language);
|
||||
|
||||
|
||||
if(ENABLE_SYSLOG == 1) { openlog("piler-webui", LOG_PID, LOG_MAIL); }
|
||||
openlog("piler-webui", LOG_PID, LOG_MAIL);
|
||||
|
||||
|
||||
/* check if user has authenticated himself. If not, we send him to login */
|
||||
|
Reference in New Issue
Block a user