another final version
This commit is contained in:
parent
b1dfb6d131
commit
875dea6093
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user