파일 준비
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
<?php
|
||||||
|
namespace sammo;
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
namespace sammo;
|
||||||
|
|
||||||
|
include "lib.php";
|
||||||
|
include "func.php";
|
||||||
|
|
||||||
|
$session = Session::requireLogin([])->setReadOnly();
|
||||||
|
$userID = Session::getUserID();
|
||||||
Reference in New Issue
Block a user