p_id를 noMember 기반으로 변경
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
function CheckLogin($type=0) {
|
||||
if(!isset($_SESSION['p_id'])) {
|
||||
if(!isset($_SESSION['noMember'])) {
|
||||
if($type == 0) {
|
||||
header('Location: ../');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user