mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Remove 5.3 notice from Config/core timezone comment
This commit is contained in:
parent
aae8a89623
commit
60718c3b9f
1 changed files with 2 additions and 2 deletions
|
@ -225,8 +225,8 @@
|
||||||
Configure::write('Acl.database', 'default');
|
Configure::write('Acl.database', 'default');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If you are on PHP 5.3 uncomment this line and correct your server timezone
|
* Uncomment this line and correct your server timezone to fix
|
||||||
* to fix the date & time related errors.
|
* any date & time related errors.
|
||||||
*/
|
*/
|
||||||
//date_default_timezone_set('UTC');
|
//date_default_timezone_set('UTC');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue