minor fixes

This commit is contained in:
biglyderv 2025-02-05 01:27:45 -05:00
parent daace699a6
commit 2ce4424db7
20 changed files with 674 additions and 621 deletions

View file

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