From a77cb0591166e6a48feb41f9cb6fcf41edaef038 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Fri, 7 Jul 2006 16:26:59 +0000 Subject: [PATCH] Enable filtering in appimage.php --- appimage.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/appimage.php b/appimage.php index 4d3ceaf..ccec3dd 100644 --- a/appimage.php +++ b/appimage.php @@ -18,14 +18,9 @@ // application environment include("path.php"); require(BASE."include/incl.php"); +require(BASE."include/filter.php"); require_once(BASE."include/screenshot.php"); -$aClean = array(); //array of filtered user input - -$aClean['iId'] = makeSafe($_REQUEST['iId']); -$aClean['sREQUEST_METHOD'] = makeSafe($_REQUEST['sREQUEST_METHOD']); -$aClean['bThumbnail'] = makeSafe($_REQUEST['bThumbnail']); - // an image doesn't have a link, so a cookie makes no sense header("Set-Cookie: "); header("Pragma: ");