new-bigly-chat/docs/notif.php

12 lines
219 B
PHP
Raw Normal View History

2024-12-18 23:13:54 -05:00
<?php
require("../libs/page.php");
require("../libs/form.php");
require("../libs/comment.php");
$ref = 1732684297;
page_header();
comments("notification",$username);
page_footer();
?>