auth api
This commit is contained in:
parent
383473e4bc
commit
b27b98fe3f
2 changed files with 14 additions and 2 deletions
5
docs/auth.php
Normal file
5
docs/auth.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
require("../libs/auth.php");
|
||||
global $username;
|
||||
echo $username;
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue