TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Backend User Administration',
4  'description' => 'Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.',
5  'category' => 'module',
6  'author' => 'Felix Kopp',
7  'author_email' => 'felix-source@phorax.com',
8  'author_company' => 'PHORAX',
9  'state' => 'beta',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '6.2.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '6.2.0-6.2.99',
17  ),
18  'conflicts' => array(),
19  'suggests' => array(),
20  ),
21  '_md5_values_when_last_written' => '',
22 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2