аэы
This commit is contained in:
5
api/user/create.php
Normal file
5
api/user/create.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
// TODO
|
||||
|
||||
?>
|
||||
14
api/user/index.php
Normal file
14
api/user/index.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
require_once("../_auth.php");
|
||||
require_once("../_json.php");
|
||||
|
||||
// TODO
|
||||
|
||||
if ($LOGGED_IN) {
|
||||
echo 1;
|
||||
} else {
|
||||
echo 2;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user