Vergleich install/index.php - 1.4.10 - 1.4.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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: index.php 4442 2009-08-25 10:24:16Z Tomm $

 * $Id: index.php 5080 2010-07-04 19:12:25Z RyanGordon $

 */

if(function_exists("unicode_decode"))

 */

if(function_exists("unicode_decode"))

Zeile 31Zeile 31
define("TIME_NOW", time());
define("IN_MYBB", 1);
define("IN_INSTALL", 1);

define("TIME_NOW", time());
define("IN_MYBB", 1);
define("IN_INSTALL", 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;