Fix and enable input filtering through include/filter.php
This commit is contained in:
@@ -302,9 +302,7 @@ class Screenshot {
|
||||
|
||||
function mailSubmitter($bRejected=false)
|
||||
{
|
||||
$aClean = array(); //array of filtered user input
|
||||
|
||||
$aClean['sReplyText'] = makeSafe($_REQUEST['sReplyText']);
|
||||
global $aClean;
|
||||
|
||||
if($this->iSubmitterId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user