projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[TASK] Remove old class files in ext:extensionmanager
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
perm
/
ext_autoload.php
1
<
?php
2
$extensionPath
=
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
extPath
(
'perm'
);
3
return array
(
4
'sc_mod_web_perm_ajax'
=>
$extensionPath
.
'mod1/class.sc_mod_web_perm_ajax.php'
,
5
'sc_mod_web_perm_index'
=>
$extensionPath
.
'mod1/index.php'
6
);
7
?
>