bigly-chat/docs/comment.php
2025-02-07 11:37:04 -05:00

9 lines
195 B
PHP

<?php
require(__DIR__ . "/../libs/page.php");
require(__DIR__ . "/../libs/form.php");
require(__DIR__ . "/../libs/comment.php");
page_header();
comments("comment", $_GET['id']);
page_footer();