0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3conf
/
ext
/
wt_spamshield
/
[
Home
]
File: ext_tables.php
<?php if (!defined ('TYPO3_MODE')) die ('Access denied.'); t3lib_extMgm::addStaticFile($_EXTKEY, 'static/', 'wt_spamshield standard mailform protection'); $TCA['tx_wtspamshield_log'] = array ( 'ctrl' => array ( 'title' => 'LLL:EXT:wt_spamshield/locallang_db.xml:tx_wtspamshield_log', 'label' => 'errormsg', 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'default_sortby' => 'ORDER BY crdate DESC', 'delete' => 'deleted', 'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php', 'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_wtspamshield_log.gif', ), 'feInterface' => array ( 'fe_admin_fieldList' => 'form, errormsg, formvalues, pageid, ip, useragent', ) ); ?>