TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "felogin".
00005 #
00006 # Auto generated 26-01-2011 20:08
00007 #
00008 # Manual updates:
00009 # Only the data in the array - everything else is removed by next
00010 # writing. "version" and "dependencies" must not be touched!
00011 ########################################################################
00012 
00013 $EM_CONF[$_EXTKEY] = array(
00014     'title' => 'Frontend Login for Website Users',
00015     'description' => 'A template-based plugin to log in Website Users in the Frontend',
00016     'category' => 'plugin',
00017     'author' => 'Steffen Kamper',
00018     'author_email' => 'info@sk-typo3.de',
00019     'shy' => '',
00020     'dependencies' => '',
00021     'conflicts' => '',
00022     'priority' => '',
00023     'module' => '',
00024     'state' => 'stable',
00025     'internal' => '',
00026     'uploadfolder' => 1,
00027     'createDirs' => '',
00028     'modify_tables' => 'fe_groups,fe_users',
00029     'clearCacheOnLoad' => 1,
00030     'lockType' => '',
00031     'author_company' => '',
00032     'version' => '1.3.1',
00033     'constraints' => array(
00034         'depends' => array(
00035             'php' => '5.1.0-0.0.0',
00036             'typo3' => '4.4.0-0.0.0',
00037         ),
00038         'conflicts' => array(
00039         ),
00040         'suggests' => array(
00041         ),
00042     ),
00043     '_md5_values_when_last_written' => 'a:13:{s:9:"ChangeLog";s:4:"a6aa";s:12:"ext_icon.gif";s:4:"7160";s:17:"ext_localconf.php";s:4:"b601";s:14:"ext_tables.php";s:4:"3d65";s:14:"ext_tables.sql";s:4:"7d28";s:24:"ext_typoscript_setup.txt";s:4:"caea";s:12:"flexform.xml";s:4:"6b9c";s:16:"locallang_db.xml";s:4:"e35b";s:13:"template.html";s:4:"0075";s:14:"doc/manual.sxw";s:4:"c90f";s:28:"pi1/class.tx_felogin_pi1.php";s:4:"1a29";s:17:"pi1/locallang.xml";s:4:"6c92";s:24:"tests/tx_feloginTest.php";s:4:"a88f";}',
00044     'suggests' => array(
00045     ),
00046 );
00047 
00048 ?>