Enable filtering in appimage.php

This commit is contained in:
Jonathan Ernst
2006-07-07 16:26:59 +00:00
committed by WineHQ
parent aefbc1bf90
commit a77cb05911

View File

@@ -18,14 +18,9 @@
// application environment // application environment
include("path.php"); include("path.php");
require(BASE."include/incl.php"); require(BASE."include/incl.php");
require(BASE."include/filter.php");
require_once(BASE."include/screenshot.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 // an image doesn't have a link, so a cookie makes no sense
header("Set-Cookie: "); header("Set-Cookie: ");
header("Pragma: "); header("Pragma: ");