another final version

This commit is contained in:
lopar 2019-01-16 01:28:07 +02:00
parent b1dfb6d131
commit 875dea6093
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
session_start();
if (is_null($_SESSION['uid'])) header("Location: index.php");
require_once 'config.php';
$user = (new users_row($_SESSION['uid']))->result();
$get = urldecode(filter_input(INPUT_SERVER, 'QUERY_STRING'));
if ($get == 'exit') {