This commit is contained in:
2025-03-31 16:24:22 -06:00
parent 282ad2d8cb
commit f9e7e16358
8 changed files with 28 additions and 29 deletions
+1 -2
View File
@@ -4,7 +4,7 @@ session_start();
if ($_SESSION['new-access'] !== true)
header('Location: .');
include_once ('functions.php');
include_once('functions.php');
echo '<h1>Account</h1>';
@@ -24,4 +24,3 @@ echo '<div id="account-content">
<button>Submit</button>
</form>
</div>';
?>