0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.2.1-6
/
standard
/
htdocs
/
typo3
/
sysext
/
setup
/
[
Home
]
File: ext_emconf.php
<?php ######################################################################## # Extension Manager/Repository config file for ext: "setup" # # Auto generated 23-04-2008 10:26 # # Manual updates: # Only the data in the array - anything else is removed by next write. # "version" and "dependencies" must not be touched! ######################################################################## $EM_CONF[$_EXTKEY] = array( 'title' => 'User>Setup', 'description' => 'Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.', 'category' => 'module', 'shy' => 1, 'dependencies' => '', 'conflicts' => '', 'priority' => '', 'loadOrder' => '', 'module' => 'mod', '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' => '0.1.0', '_md5_values_when_last_written' => 'a:23:{s:12:"ext_icon.gif";s:4:"6187";s:14:"ext_tables.php";s:4:"cc19";s:21:"locallang_csh_mod.xml";s:4:"8b19";s:18:"cshimages/lang.png";s:4:"237d";s:17:"cshimages/rte.png";s:4:"aaeb";s:20:"cshimages/setup1.png";s:4:"7e74";s:21:"cshimages/setup10.png";s:4:"4f5b";s:21:"cshimages/setup11.png";s:4:"2210";s:21:"cshimages/setup12.png";s:4:"7976";s:20:"cshimages/setup2.png";s:4:"8c62";s:20:"cshimages/setup3.png";s:4:"b6cf";s:20:"cshimages/setup4.png";s:4:"57e1";s:20:"cshimages/setup5.png";s:4:"7623";s:20:"cshimages/setup6.png";s:4:"2c85";s:20:"cshimages/setup7.png";s:4:"8543";s:20:"cshimages/setup8.png";s:4:"c12a";s:20:"cshimages/setup9.png";s:4:"42c9";s:13:"mod/clear.gif";s:4:"cc11";s:12:"mod/conf.php";s:4:"a8bf";s:13:"mod/index.php";s:4:"1dc4";s:17:"mod/locallang.xml";s:4:"bfcd";s:21:"mod/locallang_mod.xml";s:4:"395a";s:13:"mod/setup.gif";s:4:"6187";}', 'constraints' => array( 'depends' => array( 'php' => '5.1.0-0.0.0', 'typo3' => '4.2.0-4.2.99', ), 'conflicts' => array( ), 'suggests' => array( ), ), ); ?>