bigly-chat/docs/notif.php

12 lines
257 B
PHP
Raw Normal View History

2024-12-18 23:13:54 -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-18 23:13:54 -05:00
$ref = 1732684297;
page_header();
2025-01-05 02:47:50 -05:00
comments("notification",$username,true);
2024-12-18 23:13:54 -05:00
page_footer();
?>