Bug #24757 » 17250.diff
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)$_REQUEST['ajaxID'];
|
||
// this is a list of requests that don't necessarily need a valid BE user
|
||
$noUserAjaxIDs = array(
|