TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Link Validator',
4  'description' => 'Link Validator checks the links in your website for validity. It can validate all kinds of links: internal, external and file links. Scheduler is supported to run Link Validator via Cron including the option to send status mails, if broken links were detected.',
5  'category' => 'module',
6  'author' => 'Jochen Rieger / Dimitri König / Michael Miousse',
7  'author_email' => 'j.rieger@connecta.ag, mmiousse@infoglobe.ca',
8  'state' => 'stable',
9  'uploadfolder' => 0,
10  'createDirs' => '',
11  'clearCacheOnLoad' => 0,
12  'author_company' => 'Connecta AG / cab services ag / Infoglobe',
13  'version' => '6.2.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '6.2.0-6.2.99',
17  'info' => '6.2.0-6.2.99',
18  ),
19  'conflicts' => array(),
20  'suggests' => array(),
21  ),
22  '_md5_values_when_last_written' => '',
23 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2