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: class_core.php 2280 2006-09-27 12:21:17Z chris $
| * $Id: class_core.php 2689 2007-02-03 04:23:06Z Tikitiki $
|
*/
class MyBB {
| */
class MyBB {
|
Zeile 15 | Zeile 15 |
---|
* * @var string */
|
* * @var string */
|
var $version = "1.2.1";
| var $version = "1.2.5";
|
/** * 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 = 125;
|
/** * The current working directory.
| /** * The current working directory.
|