bigly-chat/docs/comment.php

12 lines
249 B
PHP
Raw Normal View History

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