Project

General

Profile

Bug #24757 » 17250v2.diff

Administrator Admin, 2011-01-24 18:40

View differences:

typo3/ajax.php (working copy)
$TYPO3_AJAX = true;
// include t3lib_div at this time to get the GET/POST methods it provides
require_once('../t3lib/class.t3lib_div.php');
// first get the ajaxID
$ajaxID = (string)t3lib_div::_GP('ajaxID');
$ajaxID = (string)stripslashes($_REQUEST['ajaxID']);
// this is a list of requests that don't necessarily need a valid BE user
$noUserAjaxIDs = array(
(2-2/3)