Skip to content

Commit

Permalink
ping pong
Browse files Browse the repository at this point in the history
  • Loading branch information
edwbaker committed Sep 5, 2023
1 parent bce6056 commit 092597e
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 (isset($_GET['page'] && $_GET['page'] == "ping")) {
if (isset($_GET['page']) && $_GET['page'] == "ping") {
echo "pong";
exit;
}
Expand Down

0 comments on commit 092597e

Please sign in to comment.