отображение ошибок

This commit is contained in:
lopar 2020-06-23 20:06:45 +03:00
parent 15a0308b4e
commit 14e9e1edc1
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,6 @@
* Project name: Battles-Game
*/
require_once 'config.php';
echo "<br><br><br>HERE IT IS!";
/**
* Класс-заглушка для работы глобальных переменных в функциях.
* Возвращает массив данных таблицы users.

View File

@ -10,7 +10,9 @@ if ($get === 'exit') {
if (!isset($_SESSION['uid'])) {
header("Location: index.php");
}
echo "<br><br><br>HERE IT IS!";
require_once 'functions.php';
echo "<br><br><br>HERE IT IS too!";
$tmaz = time();
try {
db::c()->query('UPDATE `online` SET `real_time` = ?i WHERE `id` = ?i', time(), $user['id']);
@ -1196,7 +1198,6 @@ if (input::get('edit')) {
<title></title>
</HEAD>
<body>
hello there!
<div id=hint3 class=ahint></div>
<div id="hint4" style="position: absolute;"></div>
<div id="chpassbank" style="display:none; position:absolute; top:50px; left:250px;"></div>