2024-12-18 23:13:54 -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("notification", $username, true);
|
|
|
|
page_footer();
|