Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
edwbaker authored Sep 5, 2023
1 parent 3dfc133 commit bce6056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
if ($_SERVER['REQUEST_URI'] == "/ping") {
if (isset($_GET['page'] && $_GET['page'] == "ping")) {
echo "pong";
exit;
}
Expand Down

0 comments on commit bce6056

Please sign in to comment.