0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
install
/
[
Home
]
File: ext_autoload.php
<?php /* * Register necessary class names with autoloader * * $Id$ */ $extPath = t3lib_extMgm::extPath('install'); return array( 'tx_install_report_installstatus' => $extPath . 'report/class.tx_install_report_installstatus.php', 'tx_install_updates_base' => $extPath . 'Classes/Updates/Base.php' ); ?>