Enable filtering in viewScreenshots.php

This commit is contained in:
Jonathan Ernst
2006-07-07 17:54:51 +00:00
committed by WineHQ
parent b47070737c
commit bdc6063b32

View File

@@ -6,16 +6,11 @@
include("path.php");
include(BASE."include/incl.php");
include(BASE."include/filter.php");
require_once(BASE."include/screenshot.php");
require(BASE."include/application.php");
require(BASE."include/mail.php");
$aClean = array(); //array of filtered user input
$aClean['iItemsPerPage'] = makeSafe($_REQUEST['iItemsPerPage']);
$aClean['iPage'] = makeSafe($_REQUEST['iPage']);
apidb_header("View Screenshots");
/* display a range of 10 pages */
$pageRange = 10;