From 2d4ecadc6b73c87c46d77d158b2ac994407cd553 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Fri, 7 Jul 2006 17:57:12 +0000 Subject: [PATCH] Enable filtering in votestats.php --- votestats.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/votestats.php b/votestats.php index 4ecd874..20f23a8 100644 --- a/votestats.php +++ b/votestats.php @@ -8,14 +8,9 @@ */ include("path.php"); include(BASE."include/incl.php"); +require(BASE."include/filter.php"); require(BASE."include/category.php"); -$aClean = array(); //array of filtered user input - -$aClean['iTopNumber'] = makeSafe($_REQUEST['iTopNumber']); -$aClean['iCategoryId'] = makeSafe($_REQUEST['iCategoryId']); - - /* default to 25 apps, main categories */ $topNumber = 25; $categoryId = "any"; /* default to all categories */