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