fixed bugs that prevented proper grading.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
if ($_SESSION['access'] !== true)
|
||||
if ($_SESSION['new-access'] !== true)
|
||||
header('Location: .');
|
||||
|
||||
include_once ('functions.php');
|
||||
|
||||
Reference in New Issue
Block a user