From a88000c5a655d39cc722d1aa320f9f9b62506d81 Mon Sep 17 00:00:00 2001 From: yi12345 Date: Fri, 30 Mar 2012 03:42:13 +0300 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 9b9fea82..7c27b27e 100644 --- a/index.php +++ b/index.php @@ -144,8 +144,8 @@ 0")); - echo ($users)-3; + $users = mysql_num_rows(mysql_query("SELECT * FROM " . TB_PREFIX . "users")); + echo ($users)-4; ?>