質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
$isLogin = FALSE;
|
156
156
|
|
157
|
-
|
157
|
+
if(!isset($_SESSION)){
|
158
158
|
|
159
159
|
session_set_cookie_params(0, '/', '', true, true);
|
160
160
|
|
@@ -166,7 +166,7 @@
|
|
166
166
|
|
167
167
|
session_write_close();
|
168
168
|
|
169
|
-
|
169
|
+
}
|
170
170
|
|
171
171
|
define('ADMIN_LOGIN', $isLogin); // bool
|
172
172
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
$isLogin = FALSE;
|
156
156
|
|
157
|
-
if(!isset($_SESSION)){
|
157
|
+
//if(!isset($_SESSION)){
|
158
158
|
|
159
159
|
session_set_cookie_params(0, '/', '', true, true);
|
160
160
|
|
@@ -166,7 +166,7 @@
|
|
166
166
|
|
167
167
|
session_write_close();
|
168
168
|
|
169
|
-
}
|
169
|
+
//}
|
170
170
|
|
171
171
|
define('ADMIN_LOGIN', $isLogin); // bool
|
172
172
|
|