Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: class_core.php 2280 2006-09-27 12:21:17Z chris $
| * $Id: class_core.php 3598 2008-01-20 20:42:43Z Tikitiki $
|
*/
class MyBB {
| */
class MyBB {
|
Zeile 15 | Zeile 15 |
---|
* * @var string */
|
* * @var string */
|
var $version = "1.2.1";
| var $version = "1.2.12";
|
/** * The version code of MyBB we're running. * * @var integer */
|
/** * The version code of MyBB we're running. * * @var integer */
|
var $version_code = 121;
| var $version_code = 1212;
|
/** * The current working directory.
| /** * The current working directory.
|
Zeile 302 | Zeile 302 |
---|
$message = "Your board has not yet been installed and configured. Please do so before attempting to browse it."; break; default:
|
$message = "Your board has not yet been installed and configured. Please do so before attempting to browse it."; break; default:
|
$message = "MyBB has experienced an internal error. Please contact the MyBB Group for support. <a href=\"http://www.mybboard.com\">MyBB Website</a>";
| $message = "MyBB has experienced an internal error. Please contact the MyBB Group for support. <a href=\"http://www.mybboard.net\">MyBB Website</a>";
|
} include MYBB_ROOT."inc/generic_error.php"; if($halt)
| } include MYBB_ROOT."inc/generic_error.php"; if($halt)
|