0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
simulatestatic
/
[
Home
]
File: ext_emconf.php
<?php ######################################################################## # Extension Manager/Repository config file for ext "simulatestatic". # # Auto generated 26-01-2011 20:08 # # Manual updates: # Only the data in the array - everything else is removed by next # writing. "version" and "dependencies" must not be touched! ######################################################################## $EM_CONF[$_EXTKEY] = array( 'title' => 'Simulate Static URLs', 'description' => 'Adds the possibility to have Speaking URLs in the TYPO3 Frontend pages.', 'category' => 'fe', 'shy' => 0, 'dependencies' => '', 'conflicts' => '', 'priority' => '', 'loadOrder' => '', 'module' => '', 'state' => 'stable', 'internal' => 0, 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 1, 'lockType' => '', 'author' => 'Benjamin Mack', 'author_email' => 'benni@typo3.org', 'author_company' => '', 'CGLcompliance' => '', 'CGLcompliance_note' => '', 'version' => '1.0.0', '_md5_values_when_last_written' => 'a:2:{s:27:"class.tx_simulatestatic.php";s:4:"46c0";s:17:"ext_localconf.php";s:4:"eace";}', 'constraints' => array( 'depends' => array( 'php' => '5.1.0-0.0.0', 'typo3' => '4.4.0-0.0.0', ), 'conflicts' => array( ), 'suggests' => array( ), ), 'suggests' => array( ), ); ?>