potsky / PimpMyLog

🍭 Log viewer for your web server
http://pimpmylog.com
GNU General Public License v3.0
594 stars 89 forks source link

globals.USER_TIME_ZONE not working #114

Closed tito10047 closed 7 years ago

tito10047 commented 7 years ago

when I set globals.USER_TIME_ZONE in config.user.json then is not working.

its problem because you include include_once 'inc/global.inc.php'; in index.php on line 11 and inside this file is on end on line 1341 set timezone from constant. but constant is not loaded.

you load constant in index.php on line 67. so cant be working

potsky commented 7 years ago

Good job !

Will be fixed in next release