From 2305d1505c6e441301b298cecf81b4a98b495ffb Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 16 Jun 2016 10:47:16 +0200 Subject: rm pool* --- pool.php | 62 ----------------------------------------------------------- pool_save.php | 25 ------------------------ 2 files changed, 87 deletions(-) delete mode 100644 pool.php delete mode 100644 pool_save.php diff --git a/pool.php b/pool.php deleted file mode 100644 index bce819c..0000000 --- a/pool.php +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - Pool - - - - - - - -

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
-
-
-
-
-
- - - - - - $max) { - $max = $j; - } - } - fclose($f); - - for ($i=1; $i<=$max; $i++) { - echo "\n"; - if ($i%5 == 0) { - echo "\n"; - } - } - ?> - - -
#".$i."
".$b[$i]."
- - - -
- - - diff --git a/pool_save.php b/pool_save.php deleted file mode 100644 index 5d67a25..0000000 --- a/pool_save.php +++ /dev/null @@ -1,25 +0,0 @@ - -- cgit v1.2.3