Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: init.php 4864 2010-04-10 09:13:19Z RyanGordon $
| * $Id: init.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 49 | Zeile 49 |
---|
}
define("TIME_NOW", time());
|
}
define("TIME_NOW", time());
|
| if(function_exists('date_default_timezone_set') && !ini_get('date.timezone')) { date_default_timezone_set('GMT'); }
|
require_once MYBB_ROOT."inc/functions_compat.php";
| require_once MYBB_ROOT."inc/functions_compat.php";
|