-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
45 lines (42 loc) · 1.52 KB
/
ext_emconf.php
File metadata and controls
45 lines (42 loc) · 1.52 KB
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
42
43
44
45
<?php
########################################################################
# Extension Manager/Repository config file for ext "file".
#
# Auto generated 05-08-2011 16:44
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'File Table Structure',
'description' => '',
'category' => '',
'author' => 'Ingmar Schlecht',
'author_email' => 'ingmar@typo3.org',
'shy' => '',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'alpha',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => '',
'version' => '0.0.0',
'constraints' => array(
'depends' => array(
'cms' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:14:{s:9:"ChangeLog";s:4:"1873";s:10:"README.txt";s:4:"ee2d";s:12:"ext_icon.gif";s:4:"1bdc";s:17:"ext_localconf.php";s:4:"a7d9";s:14:"ext_tables.php";s:4:"d836";s:14:"ext_tables.sql";s:4:"378f";s:27:"icon_sys_file_collection.gif";s:4:"475a";s:19:"icon_sys_file_references.gif";s:4:"475a";s:28:"icon_sys_file_mountpoints.gif";s:4:"475a";s:24:"icon_sys_file.gif";s:4:"475a";s:16:"locallang_db.xml";s:4:"a49c";s:7:"tca.php";s:4:"6524";s:19:"doc/wizard_form.dat";s:4:"fc7c";s:20:"doc/wizard_form.html";s:4:"5063";}',
);
?>