Special

Search results

Google CSE Results

Loading...

Native Search Results

  • ...mosGetParam with calls to JRequest::getVar. For example, replace '''$id = mosGetParam( $_REQUEST, 'id', 0 );''' with '''$id = JRequest::getVar( 'id', 0 );''' ...
    1 KB (173 words) - 04:39, 26 June 2013
  • $form = mosGetParam( $_REQUEST, 'reportform'); This will prevent SQL injection attacks by the way, as both mosGetParam and JRequest escape the variables for malicious SQL code. ...
    4 KB (625 words) - 13:40, 9 May 2013
  • if ( mosGetParam( $_COOKIE, 'mosvisitor', 0 ) || !$mainframe->isSite() ) { ...
    2 KB (213 words) - 01:16, 10 May 2008