remove debug flags
This commit is contained in:
6
main.php
6
main.php
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user