Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: class_core.php 4563 2009-11-29 22:15:45Z RyanGordon $
| * $Id: class_core.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
class MyBB {
| */
class MyBB {
|
Zeile 15 | Zeile 15 |
---|
* * @var string */
|
* * @var string */
|
var $version = "1.4.11";
| var $version = "1.4.16";
|
/** * The version code of MyBB we're running. * * @var integer */
|
/** * The version code of MyBB we're running. * * @var integer */
|
var $version_code = 1411;
| var $version_code = 1416;
|
/** * The current working directory.
| /** * The current working directory.
|
Zeile 152 | Zeile 152 |
---|
} }
|
} }
|
// Determine Magic Quotes Status (< PHP 5.3) if(version_compare(PHP_VERSION, '5.3', '<'))
| // Determine Magic Quotes Status (< PHP 6.0) if(version_compare(PHP_VERSION, '6.0', '<'))
|
{ if(get_magic_quotes_gpc()) {
| { if(get_magic_quotes_gpc()) {
|