From f763db94af41631012926cb41d4f41abe2e38ed8 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Sun, 17 Aug 2008 13:44:17 -0300 Subject: [PATCH] web: timestable is PHP code Signed-off-by: Luiz Capitulino --- web/timestable.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 web/timestable.html diff --git a/web/timestable.html b/web/timestable.html deleted file mode 100644 index 9f1db68..0000000 --- a/web/timestable.html +++ /dev/null @@ -1,38 +0,0 @@ - - - \n"; - } - } - - return $results; - } - - echo("\n"); - echo("\n"); - - $results = generate_results(); - for ($i = 1; $i <= $nr_max_table; $i++) { - echo("\n"); - - // Brakes the table in the middle - if ($i == ($nr_max_table / 2)) - echo("\n\n"); - } - - echo("\n"); - echo("
\n"); - echo($results[$i]); - echo("
\n"); - ?> - - -- 2.11.4.GIT