projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added new system extensions (some of the safe ones...)
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
aboutmodules
/
ext_tables.php
1
<
?php
2
if
(!
defined
(
'TYPO3_MODE'
))
die
(
'Access denied.'
);
3
4
if
(
TYPO3_MODE
==
'BE'
)
t3lib_extMgm
::
addModule
(
'help'
,
'aboutmodules'
,
'top'
,
t3lib_extMgm
::
extPath
(
$_EXTKEY
).
'mod/'
);
5
?
>