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
@@ -47,7 +47,7 @@ else if($btn == "댓글" && $comment != "") {
}
if(Session::getUserGrade() < 5){
if($session->userGrade < 5){
echo "<!--<script>location.replace('a_vote.php');</script>"; //TODO:debug all and replace -->
echo 'a_vote.php ';
die();