new-bigly-chat/docs/comment.php
2024-12-11 23:51:42 -05:00

11 lines
216 B
PHP

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