Подключение к загрузчику для работы с mysql_*
This commit is contained in:
parent
0668d3de5f
commit
f49f8cd08d
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
use Core\Database;
|
use Core\Database;
|
||||||
|
|
||||||
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_incl_data/autoload.php';
|
if (!defined('GAME_VERSION')) {
|
||||||
|
require_once '../_incl_data/autoload.php';
|
||||||
|
}
|
||||||
|
|
||||||
$url = explode('?', $_SERVER["REQUEST_URI"]);
|
$url = explode('?', $_SERVER["REQUEST_URI"]);
|
||||||
$url = explode('/', $url[0]);
|
$url = explode('/', $url[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user