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: upgrade.php 4416 2009-08-07 02:11:52Z RyanGordon $
| * $Id: upgrade.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/ error_reporting(E_ALL & ~E_NOTICE);
| */ error_reporting(E_ALL & ~E_NOTICE);
|
Zeile 15 | Zeile 15 |
---|
define("TIME_NOW", time()); define('IN_MYBB', 1); define("IN_UPGRADE", 1);
|
define("TIME_NOW", time()); define('IN_MYBB', 1); define("IN_UPGRADE", 1);
|
| if(function_exists('date_default_timezone_set') && !ini_get('date.timezone')) { date_default_timezone_set('GMT'); }
|
require_once MYBB_ROOT."inc/class_core.php"; $mybb = new MyBB;
| require_once MYBB_ROOT."inc/class_core.php"; $mybb = new MyBB;
|