mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 23:11:57 +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
|
// Load IPB core
|
||||||
define('IPB_THIS_SCRIPT', 'public');
|
define('IPB_THIS_SCRIPT', 'public');
|
||||||
require('initdata.php'); // not once!!!
|
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 = ipsRegistry::instance();
|
||||||
$reg->init();
|
$reg->init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue