Уборка неиспользуемых отсылок на конфигурацию.
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
|
||||
use Core\Db;
|
||||
|
||||
define('GAME', time());
|
||||
|
||||
require_once '_incl_data/__config.php';
|
||||
require_once '_incl_data/class/__db_connect.php';
|
||||
if (!defined('GAME_VERSION')) {
|
||||
require_once '_incl_data/autoload.php';
|
||||
}
|
||||
|
||||
$urla = explode('?', $_SERVER["REQUEST_URI"]);
|
||||
$url = explode('/', $urla[0]);
|
||||
@@ -58,7 +57,6 @@ HTML;
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
|
||||
<title>Новый Бойцовский клуб | Библиотека образов</title>
|
||||
<link rel="stylesheet" href="/main1.css">
|
||||
<link rel="stylesheet" href="/css/obraz.css">
|
||||
|
||||
Reference in New Issue
Block a user