File | Lines added | Lines deleted |
---|---|---|
inc/init.inc.php | 3 | 0 |
File inc/init.inc.php changed (mode: 100644) (index 3725801..422260d) | |||
... | ... | require_once($INC . "/ver.php"); | |
5 | 5 | ||
6 | 6 | $rg = array(); | $rg = array(); |
7 | 7 | ||
8 | if (ini_get('date.timezone') === FALSE) | ||
9 | init_set('date.timezone', 'UTC'); | ||
10 | |||
8 | 11 | // For escapeshellarg to work with UTF-8, we are forced to set a locale | // For escapeshellarg to work with UTF-8, we are forced to set a locale |
9 | 12 | setlocale(LC_CTYPE, "en_US.UTF-8"); | setlocale(LC_CTYPE, "en_US.UTF-8"); |
10 | 13 |