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: init.php 5080 2010-07-04 19:12:25Z RyanGordon $
| * $Id: init.php 5456 2011-05-01 14:25:55Z ralgith $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 218 | Zeile 218 |
---|
}
// Load plugins
|
}
// Load plugins
|
if(!defined("NO_PLUGINS"))
| if(!defined("NO_PLUGINS") && !($mybb->settings['no_plugins'] == 1))
|
{ $plugins->load(); }
| { $plugins->load(); }
|