Skip to content

Commit

Permalink
sfa
Browse files Browse the repository at this point in the history
  • Loading branch information
fahadshihab committed Sep 1, 2020
1 parent 5c0c298 commit 2b84f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
if(mysqli_num_rows($result) > 0){
$row = mysqli_fetch_assoc($result);
for($i = 0; $i < 7; $i++){
echo readfile("../onam/" . $problem_register[$i] . ".html");
echo file_get_contents("../onam/" . $problem_register[$i] . ".html");
if(empty($row[$problem_register[$i]])){
break;
}
Expand Down

0 comments on commit 2b84f33

Please sign in to comment.