mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Update ipb.php
This commit is contained in:
parent
e7676ed28f
commit
c76e8756ba
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue