new-bigly-chat/docs/comment.php

12 lines
216 B
PHP
Raw Normal View History

2024-12-11 23:51:42 -05:00
<?php
require("../libs/page.php");
require("../libs/form.php");
require("../libs/comment.php");
$ref = 1732684297;
page_header();
comments("comment",$_GET['id']);
page_footer();
?>