Vergleich inc/class_core.php - 1.2.4 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 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 2689 2007-02-03 04:23:06Z Tikitiki $

 * $Id: class_core.php 3173 2007-06-29 06:01:38Z Tikitiki $

 */

class MyBB {

 */

class MyBB {

Zeile 15Zeile 15
	 *
* @var string
*/

	 *
* @var string
*/

	var $version = "1.2.5";

	var $version = "1.2.8";

	
/**
* The version code of MyBB we're running.
*
* @var integer
*/

	
/**
* The version code of MyBB we're running.
*
* @var integer
*/

	var $version_code = 125;

	var $version_code = 128;

	
/**
* The current working directory.

	
/**
* The current working directory.

Zeile 302Zeile 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)