0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
impexp
/
[
Home
]
File: ext_autoload.php
<?php /* * Register necessary class names with autoloader * */ $extensionPath = t3lib_extMgm::extPath('impexp'); return array( 'tx_impexp_task' => $extensionPath . 'task/class.tx_impexp_task.php', ); ?>