0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.2.1-6
/
standard
/
htdocs
/
typo3
/
sysext
/
t3editor
/
[
Home
]
File: ext_tables.php
<?php if (!defined('TYPO3_MODE')) { die('Access denied.'); } if (TYPO3_MODE == 'BE') { $t3editorPath = t3lib_extMgm::extPath('t3editor'); // register AJAX calls $GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX']['tx_t3editor::saveCode'] = $t3editorPath . 'class.tx_t3editor.php:tx_t3editor->saveCode'; } ?>