Zeile 6 | Zeile 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 5641 2011-10-26 09:36:44Z Tomm $
| * $Id: class_core.php 5828 2012-05-08 16:06:16Z Tomm $
|
*/
class MyBB {
| */
class MyBB {
|
Zeile 15 | Zeile 15 |
---|
* * @var string */
|
* * @var string */
|
public $version = "1.6.5";
| public $version = "1.6.8";
|
/** * The version code of MyBB we're running. * * @var integer */
|
/** * The version code of MyBB we're running. * * @var integer */
|
public $version_code = 1605;
| public $version_code = 1608;
|
/** * The current working directory.
| /** * The current working directory.
|
Zeile 116 | Zeile 116 |
---|
/** * Using built in shutdown functionality provided by register_shutdown_function for < PHP 5? */
|
/** * Using built in shutdown functionality provided by register_shutdown_function for < PHP 5? */
|
public $use_shutdown = false;
| public $use_shutdown = true;
|
/** * Debug mode?
| /** * Debug mode?
|