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
@@ -56,7 +56,7 @@ select { font-family:'굴림'; line-height:100%; }
</table>
<table align=center border=1 cellspacing=0 cellpadding=0 bordercolordark=gray bordercolorlight=black style=font-size:13px;word-break:break-all; id=bg0>
<?php
if(Session::getUserGrade() >= 5) {
if($session->userGrade >= 5) {
echo "
<form method=post action=c_tournament.php>
<tr><td colspan=8><input type=textarea size=150 style=color:white;background-color:black; name=msg><input type=submit name=btn value='메시지'></td></tr>