starting to clean up this code

This commit is contained in:
biglyderv 2025-01-07 15:19:55 -05:00
parent 162bd9c8cb
commit 38075fd0c0
14 changed files with 103 additions and 98 deletions

View file

@ -1,5 +1,5 @@
<?php
require("../libs/page.php");
require(__DIR__ . "/../libs/page.php");
page_header();
if (isset($_COOKIE)) {
foreach ( $_COOKIE as $key => $value )
@ -10,4 +10,4 @@
die();
}
page_footer();
?>
?>