This commit is contained in:
biglyderv 2024-12-18 23:13:54 -05:00
parent f9154b632a
commit e14497a06b
3 changed files with 35 additions and 1 deletions

11
docs/notif.php Normal file
View file

@ -0,0 +1,11 @@
<?php
require("../libs/page.php");
require("../libs/form.php");
require("../libs/comment.php");
$ref = 1732684297;
page_header();
comments("notification",$username);
page_footer();
?>