closes #17, великое переименование классов для автозагрузчика, актуализация кода
This commit is contained in:
+5
-9
@@ -1,8 +1,8 @@
|
||||
<?
|
||||
define('GAME',true);
|
||||
<?php
|
||||
const GAME = true;
|
||||
include('_incl_data/__config.php');
|
||||
include('_incl_data/class/__db_connect.php');
|
||||
include('_incl_data/class/__user.php');
|
||||
$u = User::start();
|
||||
|
||||
$url = explode('?', $_SERVER["REQUEST_URI"]);
|
||||
$url = explode('/', $url[0]);
|
||||
@@ -29,11 +29,8 @@ A:hover, A:active { color: red; text-decoration: none;}
|
||||
|
||||
body {
|
||||
background-color: #000000;
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 12pt;
|
||||
color: #000000; }
|
||||
|
||||
@@ -42,7 +39,6 @@ body {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;}
|
||||
td.text {
|
||||
/*background-image:url(https://new-combats.com/new/register/bgtext.jpg);*/
|
||||
background-position:right top;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user