Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiğit Kerem Oktay authored Aug 30, 2020
1 parent db044f1 commit fcd55e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oes/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
if (time() > strtotime($examdata["exam_end"])) {
echo "Your time is over. \n";
die "Your answer was discarded.\n";
die("Your answer was discarded.\n");
}
if(!isset($_SESSION["qn"])){
$_SESSION["qn"] = 1;
Expand Down

0 comments on commit fcd55e2

Please sign in to comment.