Vergleich inc/class_core.php - 1.6.2 - 1.6.3

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: class_core.php 5115 2010-07-26 02:20:41Z RyanGordon $

 * $Id: class_core.php 5440 2011-04-15 10:18:35Z Tomm $

 */

class MyBB {

 */

class MyBB {

Zeile 15Zeile 15
	 *
* @var string
*/

	 *
* @var string
*/

	public $version = "1.6.2";

	public $version = "1.6.3";

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

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

	public $version_code = 1602;

	public $version_code = 1603;

	
/**
* The current working directory.

	
/**
* The current working directory.