mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-15 21:40:18 +02:00
Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
commit
5bc6a0d1cd
4
bin/mage
4
bin/mage
@ -8,8 +8,8 @@
|
|||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
$timezone = ini_get('date.timezone');
|
||||||
if (empty(ini_get('date.timezone'))) {
|
if (empty($timezone)) {
|
||||||
date_default_timezone_set('UTC');
|
date_default_timezone_set('UTC');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user