- remove multiserver-stuff from trunk/

- allow admins with customer_see_all-flag to see their support-tickets too
- sanitize date-stuff in install.php
- fixed wrong usage of standard_error() in ticket::sendMail()
- fix issue with lighttpd server.bind when IP is IPv6
This commit is contained in:
Michael Kaufmann (d00p)
2010-11-03 06:36:22 +00:00
parent f81826fd9b
commit 5cd1c1284a
5 changed files with 12 additions and 39 deletions

View File

@@ -22,6 +22,12 @@
* installer, (c) 1999 - 2004 phpBB Group.
*/
// ensure that default timezone is set
if(function_exists("date_default_timezone_set") && function_exists("date_default_timezone_get"))
{
@date_default_timezone_set(@date_default_timezone_get());
}
if(file_exists('../lib/userdata.inc.php'))
{
/**