[TYPO3-dev] Resolving BACK_PATH using BE ajax via the ajax.php dispatcher.
Nikolas Hagelstein
hagelstein at shr.cc
Thu Apr 9 12:40:02 CEST 2009
Hi,
> use the ajax.php with registered handle. Look eg in opendocs how it's
> done.
Well actually I am looking for a way to check access privileges within
the ajax responder script.
Placing something like:
--
require_once(t3lib_extMgm::extPath('xyz) . '/mod1/conf.php');
$GLOBALS['BE_USER']->modAccess($MCONF,1)
--
Into the constructer of the registered class/functions seems a little
odd to me.
Regards,
Nikolas
More information about the TYPO3-dev
mailing list