p_id를 noMember 기반으로 변경

This commit is contained in:
2018-02-03 04:49:54 +09:00
parent ecac4b6edb
commit e957a91b19
79 changed files with 171 additions and 174 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
function CheckLogin($type=0) {
if(!isset($_SESSION['p_id'])) {
if(!isset($_SESSION['noMember'])) {
if($type == 0) {
header('Location: ../');
}