fixed bugs that prevented proper grading.

This commit is contained in:
Joshua Ashton
2025-02-14 05:08:06 -07:00
parent fcbe71e62b
commit 6f63a4afb8
30 changed files with 95 additions and 87 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
session_start();
if ($_SESSION['access'] !== true)
if ($_SESSION['new-access'] !== true)
header('Location: .');
echo '<h1>YouTube Video</h1>';