Bug #18485 ยป eID_include.diff
index_ts.new.php 2008-03-20 07:04:44.475799077 +0100 | ||
---|---|---|
if ($classPath = t3lib_div::getFileAbsFileName($TYPO3_CONF_VARS['FE']['eID_include'][$temp_extId])) {
|
||
require_once(PATH_tslib.'class.tslib_eidtools.php');
|
||
require($classPath);
|
||
} else {
|
||
header('Status: 404 Not Found');
|
||
}
|
||
exit;
|
||
}
|