From ec76c2c915ab02cbb06934c7dfeb109f00dcea3c Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 8 Jun 2016 15:45:58 +0200 Subject: over-engineering --- pool.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pool.php') diff --git a/pool.php b/pool.php index ad8de29..bce819c 100644 --- a/pool.php +++ b/pool.php @@ -11,7 +11,7 @@ -

Click on a table cell, enter your name, and click 'Begin' to begin your session. Reload the page if you clicked on the wrong cell.

+

Click on a table cell, enter your name, and click 'Begin' to begin your session. Reload the page if you clicked on the wrong cell or if the session is already used by someone else.

#0
@@ -41,8 +41,8 @@ $max = $j; } } - fclose($f); - + fclose($f); + for ($i=1; $i<=$max; $i++) { echo "#".$i."
".$b[$i]."\n"; if ($i%5 == 0) { -- cgit v1.2.3