파일 준비

This commit is contained in:
2018-08-23 16:07:11 +09:00
parent 44eed2c1df
commit 5044d5d3b4
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
<?php
namespace sammo;
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace sammo;
include "lib.php";
include "func.php";
$session = Session::requireLogin([])->setReadOnly();
$userID = Session::getUserID();