bigly-chat/docs/comment.php

12 lines
215 B
PHP
Raw Normal View History

2024-12-11 23:51:42 -05:00
<?php
2025-02-05 01:27:45 -05:00
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();