0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
cshmanual
/
[
Home
]
File: ext_emconf.php
<?php ######################################################################## # Extension Manager/Repository config file for ext "cshmanual". # # 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' => 'Help>TYPO3 Manual', 'description' => 'Shows TYPO3 inline user manual.', 'category' => 'module', 'shy' => 0, 'dependencies' => '', 'conflicts' => '', 'priority' => '', 'loadOrder' => '', 'module' => 'mod', 'doNotLoadInFE' => 1, 'state' => 'stable', 'internal' => 0, 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', 'author' => 'Kasper Skaarhoj', 'author_email' => 'kasperYYYY@typo3.com', 'author_company' => 'Curby Soft Multimedia', 'CGLcompliance' => '', 'CGLcompliance_note' => '', 'version' => '1.0.0', '_md5_values_when_last_written' => 'a:4:{s:12:"ext_icon.gif";s:4:"1d55";s:14:"ext_tables.php";s:4:"9ce2";s:13:"mod/about.gif";s:4:"711d";s:12:"mod/conf.php";s:4:"09b8";}', 'constraints' => array( 'depends' => array( 'php' => '5.1.0-0.0.0', 'typo3' => '4.2.0-0.0.0', ), 'conflicts' => array( ), 'suggests' => array( ), ), 'suggests' => array( ), ); ?>