summaryrefslogtreecommitdiff
path: root/pool.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-06-14 14:27:45 +0200
committerPatrick Simianer <p@simianer.de>2016-06-14 14:27:45 +0200
commitabcae4f39145863b4861588f885991b6dac662aa (patch)
tree18249899164ecc4ffbe51653b11551c06d304258 /pool.php
parent9df3b86e6a5b087d441c161c03a6fb3298943864 (diff)
parent1a51b3797d4c3a846e47b105a5edcb8283726651 (diff)
Merge branch 'master' of github.com:pks/lfpe
Diffstat (limited to 'pool.php')
-rw-r--r--pool.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/pool.php b/pool.php
index ad8de29..bce819c 100644
--- a/pool.php
+++ b/pool.php
@@ -11,7 +11,7 @@
</head>
<body>
- <p style='margin:2em;color:#000'><strong>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.</strong></p>
+ <p style='margin:2em;color:#000'><strong>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.</strong></p>
<table border=1 style="margin-left:10%">
<tr><td>#0</td></tr>
</table>
@@ -41,8 +41,8 @@
$max = $j;
}
}
- fclose($f);
-
+ fclose($f);
+
for ($i=1; $i<=$max; $i++) {
echo "<td class='item' session='".$b[$i]."' id='item".$i."'>#".$i."<br /><span style='font-size:.5em'>".$b[$i]."</span></td>\n";
if ($i%5 == 0) {