質問編集履歴
1
一部の編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,9 +32,11 @@
|
|
32
32
|
|
33
33
|
if(isset($_POST["token"])){
|
34
34
|
|
35
|
-
if($_POST["token"]===session_id()){
|
35
|
+
if($_POST["token"]===session_id()){
|
36
36
|
|
37
|
+
//処理
|
38
|
+
|
37
|
-
}else{exit("tokenerror");}
|
39
|
+
}else{exit("tokenerror");}
|
38
40
|
|
39
41
|
}else{exit("posterror");}
|
40
42
|
|