-
Notifications
You must be signed in to change notification settings - Fork 2
/
ext_emconf.php
41 lines (39 loc) · 1.04 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
/***************************************************************
* Extension Manager/Repository config file.
***************************************************************/
$EM_CONF[$_EXTKEY] = array (
'title' => 'snowflake: IP Authentication Service',
'description' => 'This is a very fast service to log in and/or block Users by their IP.',
'category' => 'services',
'shy' => 0,
'version' => '2.1.1',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Christoph Buchli',
'author_email' => '[email protected]',
'author_company' => 'snowflake productions gmbh',
'CGLcompliance' => NULL,
'CGLcompliance_note' => NULL,
'constraints' =>
array (
'depends' =>
array (
'php' => '5.4-0.0.0',
'typo3' => '6.2.0-8.7.99'
),
'conflicts' =>
array (),
'suggests' =>
array (),
),
);