$_POST, $_GET 남은 부분 제거. 연감 지도 받아오는 부분 재 작성

This commit is contained in:
2018-04-12 02:57:53 +09:00
parent 8961dd60a2
commit 6220d030dc
7 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace sammo;
require(__dir__.'/../vendor/autoload.php');
WebUtil::setHeaderNoCache();
$category = Util::array_get($_GET['category'], 0);
$category = Util::getReq('category', 0);
//FIXME: 겨우 category 구분을 위해 php를 써야하는가? JavaScript로 바꾸자
?>
<!DOCTYPE html>