remove debug flags

This commit is contained in:
lopar
2020-06-23 22:34:52 +03:00
parent 0be53f775f
commit a40e2e27a0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?php
//ob_start("ob_gzhandler");
ob_start("ob_gzhandler");
session_start();
$errkom = '';
$get = filter_input(INPUT_SERVER, 'QUERY_STRING');
@@ -10,9 +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']);