Большая чистка.
This commit is contained in:
24
main.php
24
main.php
@@ -1,3 +1,14 @@
|
||||
<?php
|
||||
if (!defined('GAME_VERSION')) {
|
||||
require_once '_incl_data/autoload.php';
|
||||
}
|
||||
|
||||
use Core\{Config, Database, Db};
|
||||
use DarksLight2\Training\TrainingManager;
|
||||
use User\ItemsModel;
|
||||
use User\UserIp;
|
||||
?>
|
||||
|
||||
<style>
|
||||
/* Paste this css to your style sheet file or under head tag */
|
||||
/* This only works with JavaScript,
|
||||
@@ -33,22 +44,11 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
<link href="//img.new-combats.tech/css/main.css" rel="stylesheet" type="text/css">
|
||||
<link href="<?= Config::img() ?>/css/main.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="/css/training/modal.css">
|
||||
<div class="se-pre-con" id="se-pre-con"></div>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
if (!defined('GAME_VERSION')) {
|
||||
require_once '_incl_data/autoload.php';
|
||||
}
|
||||
|
||||
use Core\{Config, Database, Db};
|
||||
use DarksLight2\Training\TrainingManager;
|
||||
use User\ItemsModel;
|
||||
use User\UserIp;
|
||||
|
||||
function var_info($vars, $d = false)
|
||||
{
|
||||
echo "<pre>\n";
|
||||
|
||||
Reference in New Issue
Block a user