This commit is contained in:
Igor Barkov (iwork)
2020-06-23 16:54:16 +03:00
parent 9d6d1c3bd8
commit 7f40e25989
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ if ($get === 'exit') {
if (!isset($_SESSION['uid'])) {
header("Location: index.php");
}
echo 'test';
require_once 'functions.php';
$tmaz = time();
try {