Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id$
| * $Id: index.php 941 2005-12-09 16:19:52Z Kilroy $
|
*/ error_reporting(E_ALL & ~E_NOTICE);
// The version number of MyBB we are installing
|
*/ error_reporting(E_ALL & ~E_NOTICE);
// The version number of MyBB we are installing
|
$myver = "1.0";
| $myver = "1.1.8";
|
require "../inc/class_core.php"; $mybb = new MyBB;
| require "../inc/class_core.php"; $mybb = new MyBB;
|