Session 클래스 재정리

This commit is contained in:
2018-04-05 03:14:50 +09:00
parent 9c445e02b9
commit 76543892bc
26 changed files with 55 additions and 93 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ function GetImageURL($imgsvr) {
}
function checkLimit($con, $conlimit) {
if(Session::getUserGrade()>=4){
if($session->userGrade>=4){
return 0;
}
if($con > $conlimit) {