set default time zone to UTC

This commit is contained in:
Serghey Rodin 2013-02-24 13:59:41 +02:00
commit 492ce61bd5

View file

@ -565,6 +565,7 @@ fi
# php configuration
sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini
sed -i "s/;date.timezone =/date.timezone = UTC/g" /etc/php.ini
# phpMyAdmin configuration
wget $CHOST/$VERSION/httpd-pma.conf -O /etc/httpd/conf.d/phpMyAdmin.conf