Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: cubicz1 on June 08, 2010, 02:07:23 PM

Title: How? Override GMT in favor of date.timezone (php.ini)
Post by: cubicz1 on June 08, 2010, 02:07:23 PM
Hello.

Is there a way to override the GMT timezone selection and get it to recognize the php.ini's date.timezone parameter (Unix, PHP 5.2.9, cPanel)?

Thanks in advance.
Title: How? Override GMT in favor of date.timezone (php.ini)
Post by: JohnDoh on June 09, 2010, 03:20:31 AM
hi, the default timezone is set in config/main.inc.php and this can be overridden on a user level from the personall settings page.
Title: How? Override GMT in favor of date.timezone (php.ini)
Post by: cubicz1 on June 09, 2010, 03:25:57 AM
Thanks for your reply, JohnDoh.

Q: Is it possible to have a personal settings page for the users on a shared server so that a separate installation isn't needed?

Thanks in advance.
Title: How? Override GMT in favor of date.timezone (php.ini)
Post by: Julius Caesar on June 11, 2010, 08:39:02 AM
Quote from: cubicz1;27953
Q: Is it possible to have a personal settings page for the users on a shared server so that a separate installation isn't needed?


On the settings page you can set all the personal settings. In the ./config/main.inc.php you can set several of these setting globally and also prevent users from overriding them.