bugfixes, refactoring

This commit is contained in:
biglyderv 2025-02-07 11:37:04 -05:00
parent 0ef97c4889
commit f542656bc9
Signed by: biglyderv
GPG key ID: 1398543B9746192C
5 changed files with 50 additions and 94 deletions

View file

@ -4,8 +4,6 @@ require(__DIR__ . "/../libs/page.php");
require(__DIR__ . "/../libs/form.php");
require(__DIR__ . "/../libs/comment.php");
$ref = 1732684297;
page_header();
comments("comment", $_GET['id']);
page_footer();