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 "sv".
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' => 'TYPO3 System Services',
00015     'description' => 'The core/default sevices. This includes the default authentication services for now.',
00016     'category' => 'services',
00017     'shy' => 1,
00018     'dependencies' => '',
00019     'conflicts' => '',
00020     'priority' => 'top',
00021     'module' => '',
00022     'state' => 'stable',
00023     'internal' => 1,
00024     'uploadfolder' => 0,
00025     'createDirs' => '',
00026     'modify_tables' => '',
00027     'clearCacheOnLoad' => 1,
00028     'lockType' => 'S',
00029     'author' => 'Rene Fritz',
00030     'author_email' => 'r.fritz@colorcube.de',
00031     'author_company' => 'Colorcube',
00032     'version' => '1.1.0',
00033     '_md5_values_when_last_written' => 'a:11:{s:20:"class.tx_sv_auth.php";s:4:"afe2";s:24:"class.tx_sv_authbase.php";s:4:"5d94";s:29:"class.tx_sv_loginformhook.php";s:4:"b3dc";s:16:"ext_autoload.php";s:4:"1d73";s:12:"ext_icon.gif";s:4:"87d7";s:17:"ext_localconf.php";s:4:"9a4f";s:14:"ext_tables.php";s:4:"8b1c";s:44:"reports/class.tx_sv_reports_serviceslist.php";s:4:"3ad8";s:21:"reports/locallang.xml";s:4:"dbc2";s:24:"reports/tx_sv_report.css";s:4:"27d0";s:24:"reports/tx_sv_report.png";s:4:"a01d";}',
00034     'constraints' => array(
00035         'depends' => array(
00036             'php' => '5.1.0-0.0.0',
00037             'typo3' => '4.4.0-0.0.0',
00038         ),
00039         'conflicts' => array(
00040         ),
00041         'suggests' => array(
00042         ),
00043     ),
00044     'suggests' => array(
00045     ),
00046 );
00047 
00048 ?>