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