mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 07:29:51 +00:00
Merge pull request #303 from shama/patch-1
Remove 5.3 notice from Config/core timezone comment
This commit is contained in:
commit
6fd69b022d
2 changed files with 4 additions and 4 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');
|
||||||
|
|
||||||
|
|
|
@ -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