質問編集履歴
1
48行目記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
$last_operation = $now_date;
|
26
26
|
$dt2 = new DateTime($last_operation);
|
27
27
|
|
28
|
-
if(($dt1 - $dt2) > 60 * 10){
|
28
|
+
if(($dt1 - $dt2) > 60 * 10){ //48行目
|
29
29
|
session_destroy();
|
30
30
|
header("Location:index.php");
|
31
31
|
exit();
|