r411 CONFIG has changed
Posted: Sun 19. Dec 2010, 01:02
[don't forget] The new version has two changes of the configuration file.
SEE /config/phpwcms/dist.conf.inc.php
OPEN conf.inc.php
ADD
and REPLACE
with
SEE /config/phpwcms/dist.conf.inc.php
OPEN conf.inc.php
ADD
Code: Select all
$phpwcms['db_timezone'] = ''; // set MySQL session time zone http://dev.mysql.com/doc/refman/5.5/en/time-zone-support.htmlCode: Select all
$phpwcms['timezone_GMT'] = '+1';Code: Select all
Code: Select all
$phpwcms['php_timezone'] = ''; // overwrite PHP default time zone http://php.net/manual/en/timezones.phpCode: Select all