mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
set default time zone to UTC
This commit is contained in:
parent
1d0e254efc
commit
492ce61bd5
1 changed files with 1 additions and 0 deletions
|
@ -565,6 +565,7 @@ fi
|
||||||
|
|
||||||
# php configuration
|
# php configuration
|
||||||
sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini
|
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
|
# phpMyAdmin configuration
|
||||||
wget $CHOST/$VERSION/httpd-pma.conf -O /etc/httpd/conf.d/phpMyAdmin.conf
|
wget $CHOST/$VERSION/httpd-pma.conf -O /etc/httpd/conf.d/phpMyAdmin.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue