diff options
| author | Louis Burda <quent.burda@gmail.com> | 2025-01-18 01:04:23 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2025-01-18 01:04:23 +0100 |
| commit | 4abd7759b4f12f3c9f42fb5b1d0370361eed1007 (patch) | |
| tree | e86a15086e875bb0e6f5513d7032c9c39d95609b | |
| parent | fe3be421327928ff172d6f04635dec048fe9e852 (diff) | |
| download | nullcon2023-randrevenge-master.tar.gz nullcon2023-randrevenge-master.zip | |
| -rw-r--r-- | server/app/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/app/index.php b/server/app/index.php index 8c62bc3..9c9f999 100644 --- a/server/app/index.php +++ b/server/app/index.php @@ -15,7 +15,6 @@ function main() { return; } - echo $_SESSION["next"]. " " . $_POST["next"] . "\n"; if (intval($_POST["next"]) != $_SESSION["next"]) { echo "Wrong prediction!"; return; |
