autoloader 구성.

class 정의
This commit is contained in:
2018-03-24 18:13:03 +09:00
parent 3363b547d5
commit 462bafe806
185 changed files with 570 additions and 225 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
include('lib.php');
include('func.php');
use utilphp\util as util;
$generalID = getGeneralID();
@@ -20,13 +20,13 @@ $nationID = getDB()->queryFirstField(
if($nationID === null){
returnJson([
Json::die([
'result'=>false,
'reason'=>'소속 국가가 없습니다'
]);
}
returnJson([
Json::die([
'result'=>true,
'private'=>getMessage('private', $nationID, 10, $reqSequence),
'public'=>getMessage('public', $nationID, 20, $reqSequence),