Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 8bd7223

Browse files
author
Stefano Kowalke
committed
Remove superfluous code from the old CLI dispatcher
1 parent dd8dcd4 commit 8bd7223

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ext_localconf.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@
88
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'Etobi\CoreAPI\Command\CacheApiCommandController';
99
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'Etobi\CoreAPI\Command\SiteApiCommandController';
1010
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] = 'Etobi\CoreAPI\Command\ExtensionApiCommandController';
11-
}
12-
13-
// Register the CLI dispatcher
14-
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['cliKeys'][$_EXTKEY] = array(
15-
'EXT:' . $_EXTKEY . '/Scripts/Cli.php', '_CLI_lowlevel'
16-
);
11+
}

0 commit comments

Comments
 (0)