‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => 'RSA authentication for TYPO3',
4  'description' => 'Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords. The extension is deprecated. Please use https://',
5  'category' => 'services',
6  'author' => 'TYPO3 Core Team',
7  'author_email' => 'typo3cms@typo3.org',
8  'author_company' => '',
9  'state' => 'deprecated',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '9.5.32',
17  ],
18  'conflicts' => [],
19  'suggests' => [],
20  ],
21 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2