Project

General

Profile

Bug #24757 » 17250.diff

Administrator Admin, 2011-01-23 19:25

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)$_REQUEST['ajaxID'];
// this is a list of requests that don't necessarily need a valid BE user
$noUserAjaxIDs = array(
(1-1/3)