-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
executable file
·56 lines (53 loc) · 2.4 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
49
50
51
52
53
54
55
56
<?php
########################################################################
# Extension Manager/Repository config file for ext "realurl".
#
# Auto generated 04-05-2011 11:22
#
# 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' => 'RealURL: speaking paths for TYPO3',
'description' => 'Creates nice looking URLs for TYPO3 pages: converts http://example.com/index.phpid=12345&L=2 to http://example.com/path/to/your/page/. Please, ask for free support in TYPO3 mailing lists or contact the maintainer for paid support.',
'category' => 'fe',
'shy' => 0,
'dependencies' => '',
'conflicts' => 'cooluri,simulatestatic',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'internal' => 0,
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => 'pages,sys_domain,pages_language_overlay,sys_template',
'clearCacheOnLoad' => 1,
'lockType' => '',
'author' => 'Dmitry Dulepov',
'author_email' => '[email protected]',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '1.11.1',
'_md5_values_when_last_written' => 'a:19:{s:9:"ChangeLog";s:4:"9728";s:10:"_.htaccess";s:4:"a6b1";s:20:"class.ext_update.php";s:4:"8518";s:20:"class.tx_realurl.php";s:4:"a867";s:29:"class.tx_realurl_advanced.php";s:4:"3efa";s:32:"class.tx_realurl_autoconfgen.php";s:4:"5226";s:28:"class.tx_realurl_tcemain.php";s:4:"93e1";s:21:"ext_conf_template.txt";s:4:"c890";s:12:"ext_icon.gif";s:4:"ea80";s:17:"ext_localconf.php";s:4:"e297";s:14:"ext_tables.php";s:4:"faed";s:14:"ext_tables.sql";s:4:"1b11";s:17:"locallang_csh.xml";s:4:"369d";s:16:"locallang_db.xml";s:4:"584a";s:12:"doc/TODO.txt";s:4:"b8cb";s:14:"doc/manual.sxw";s:4:"f0a2";s:38:"modfunc1/class.tx_realurl_modfunc1.php";s:4:"d1e5";s:41:"modfunc1/class.tx_realurl_pagebrowser.php";s:4:"b616";s:22:"modfunc1/locallang.xml";s:4:"7e4f";}',
'constraints' => array(
'depends' => array(
'php' => '5.2.0-0.0.0',
'typo3' => '4.4.0-0.0.0',
),
'conflicts' => array(
'cooluri' => '',
'simulatestatic' => '',
),
'suggests' => array(
'static_info_tables' => '2.0.2-',
),
),
'suggests' => array(
),
);
// Let's make sure we're able to distinguish our version from the original
$EM_CONF[$_EXTKEY]['version'] .= '.AOE';
?>