This commit is contained in:
2025-03-31 16:49:39 -06:00
parent ffe30b8226
commit 2accb3114b
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
session_start();
if ($_SESSION['new-access'] !== true)
if ($_SESSION['new-access'] != true)
header('Location: .');
echo '<h1>YouTube Video</h1>';