feat: api.php 호출에서 path를 경로로 지정하는 방식 추가

This commit is contained in:
2022-02-25 01:54:22 +09:00
parent 07dc78784e
commit 42ff8adee8
4 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ namespace sammo;
include "lib.php";
include "func.php";
APIHelper::launch(dirname(__FILE__));
APIHelper::launch(dirname(__FILE__), $_GET['path']??null);