This commit is contained in:
biglyderv 2025-01-02 21:50:07 -05:00
parent 383473e4bc
commit b27b98fe3f
2 changed files with 14 additions and 2 deletions

5
docs/auth.php Normal file
View file

@ -0,0 +1,5 @@
<?php
require("../libs/auth.php");
global $username;
echo $username;
?>