From 2def96da365b7dfa37fd332a49c6223acd0531f3 Mon Sep 17 00:00:00 2001 From: Ruan Date: Thu, 9 Jul 2015 08:13:28 +0200 Subject: [PATCH] Fancy++; --- check.php | 1 + includes/page.php | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/check.php b/check.php index a4c4f85..2b83ddb 100644 --- a/check.php +++ b/check.php @@ -42,6 +42,7 @@ if (isset($_POST['name'], $_POST['table'])) { } else { echo('Banned permanently.'); } + echo("
"); } } ?> \ No newline at end of file diff --git a/includes/page.php b/includes/page.php index 345f1c3..b114fb8 100644 --- a/includes/page.php +++ b/includes/page.php @@ -95,11 +95,15 @@ function print_table_headers($headers) { } function print_check_form($table) { - // var table=document.URL.substring(document.URL.lastIndexOf("/")+1); table=table.substring(0,table.indexOf(".")); - echo('
'); - echo('
'); - echo(''); - echo('
'); + echo(' +
+
+
+
+ +
+
+ '); } ?>