From 2e2e777b721f45132a7f7fdccccbc73979bdcd79 Mon Sep 17 00:00:00 2001 From: Ruan Date: Sun, 7 Jun 2015 15:09:41 +0200 Subject: [PATCH] What are static types? --- check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.php b/check.php index 42d9296..0914a21 100644 --- a/check.php +++ b/check.php @@ -29,7 +29,7 @@ if (isset($_POST['name'], $_POST['table'])) { echo('Banned by ' . $banner . '
'); echo('Reason: ' . $reason . '
'); echo('Banned on: ' . $time . '
'); - if ($until > 0) { + if ($row['until'] > 0) { echo('Banned until: ' . $until . '
'); } else { echo('Banned permanently.');