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 */