Bug #24757 » 17250v3.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');
|
||
require_once(dirname(__FILE__) . '/../t3lib/class.t3lib_div.php');
|
||
// first get the ajaxID
|
||
$ajaxID = (string)t3lib_div::_GP('ajaxID');
|
- « Previous
- 1
- 2
- 3
- Next »