summaryrefslogtreecommitdiffstats
path: root/server/app/index.php
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2025-01-18 01:04:23 +0100
committerLouis Burda <quent.burda@gmail.com>2025-01-18 01:04:23 +0100
commit4abd7759b4f12f3c9f42fb5b1d0370361eed1007 (patch)
treee86a15086e875bb0e6f5513d7032c9c39d95609b /server/app/index.php
parentfe3be421327928ff172d6f04635dec048fe9e852 (diff)
downloadnullcon2023-randrevenge-master.tar.gz
nullcon2023-randrevenge-master.zip
Remove debug printHEADmaster
Diffstat (limited to 'server/app/index.php')
-rw-r--r--server/app/index.php1
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;