Большая чистка.

This commit is contained in:
2023-06-23 17:44:24 +03:00
parent 802f0a2ad0
commit adc1f81007
2037 changed files with 270 additions and 11416 deletions

View File

@@ -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";