Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 ######################################################################## 00004 # Extension Manager/Repository config file for ext: "sv" 00005 # 00006 # Auto generated 23-05-2005 01:57 00007 # 00008 # Manual updates: 00009 # Only the data in the array - anything else is removed by next write 00010 ######################################################################## 00011 00012 $EM_CONF[$_EXTKEY] = Array ( 00013 'title' => 'TYPO3 System Services', 00014 'description' => 'The core/default sevices. This includes the default authentication services for now.', 00015 'category' => 'services', 00016 'shy' => 1, 00017 'dependencies' => '', 00018 'conflicts' => '', 00019 'priority' => 'top', 00020 'module' => '', 00021 'state' => 'stable', 00022 'internal' => 1, 00023 'uploadfolder' => 0, 00024 'createDirs' => '', 00025 'modify_tables' => '', 00026 'clearCacheOnLoad' => 1, 00027 'lockType' => 'S', 00028 'author' => 'René Fritz', 00029 'author_email' => 'r.fritz@colorcube.de', 00030 'author_company' => 'Colorcube', 00031 'private' => 0, 00032 'download_password' => '', 00033 'version' => '1.0.0', // Don't modify this! Managed automatically during upload to repository. 00034 '_md5_values_when_last_written' => 'a:5:{s:20:"class.tx_sv_auth.php";s:4:"730e";s:24:"class.tx_sv_authbase.php";s:4:"10e0";s:12:"ext_icon.gif";s:4:"87d7";s:17:"ext_localconf.php";s:4:"0ea3";s:14:"ext_tables.php";s:4:"d4b5";}', 00035 ); 00036 00037 ?>