diff --git a/compat/auth/ipb.php b/compat/auth/ipb.php index ad2d25d9..99ea456b 100644 --- a/compat/auth/ipb.php +++ b/compat/auth/ipb.php @@ -11,7 +11,7 @@ if(empty($login) || empty($password)) { // Load IPB core define('IPB_THIS_SCRIPT', 'public'); require('initdata.php'); // not once!!! -require(IPS_ROOT_PATH . 'sources/base/ipsRegistry.php'); +require_once(IPS_ROOT_PATH . 'sources/base/ipsRegistry.php'); $reg = ipsRegistry::instance(); $reg->init();