getReq변경, ajax인 경우 ajax요청
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ namespace sammo;
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
|
||||
$type = Util::getReq('type', 'int', 0);
|
||||
$type2 = Util::getReq('type2', 'int', 0);
|
||||
$type = Util::getPost('type', 'int', 0);
|
||||
$type2 = Util::getPost('type2', 'int', 0);
|
||||
|
||||
if ($type < 0 || $type > 17) {
|
||||
$type = 0;
|
||||
|
||||
Reference in New Issue
Block a user