-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
48 lines (45 loc) · 1.53 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
42
43
44
45
46
47
48
<?php
########################################################################
# Extension Manager/Repository config file for ext: "cachecleaner"
#
# Auto generated 07-12-2009 10:18
#
# Manual updates:
# Only the data in the array - anything else is removed by next write.
# "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'Cache Cleaner',
'description' => 'Automation tool for clearing up old entries in cache tables. For use with lowlevel cleaner.',
'category' => 'be',
'author' => 'Francois Suter (Cobweb)',
'author_email' => '[email protected]',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'doNotLoadInFE' => 1,
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => '',
'version' => '1.1.0',
'constraints' => array(
'depends' => array(
'php' => '5.0.0-0.0.0',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:10:{s:9:"ChangeLog";s:4:"4bbd";s:10:"README.txt";s:4:"03b5";s:34:"class.tx_cachecleaner_lowlevel.php";s:4:"6f41";s:24:"configuration_sample.php";s:4:"b620";s:16:"ext_autoload.php";s:4:"e9e3";s:21:"ext_conf_template.txt";s:4:"ef02";s:12:"ext_icon.gif";s:4:"c17e";s:17:"ext_localconf.php";s:4:"a50b";s:13:"locallang.xml";s:4:"9349";s:14:"doc/manual.sxw";s:4:"35c8";}',
'suggests' => array(
),
);
?>