-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[TASK] Remove cli/conf.php as it is not used since a long time (
- Loading branch information
1 parent
ea81f5a
commit 3fc07aa
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
|
||
// DO NOT REMOVE OR CHANGE THESE 3 LINES: | ||
define('TYPO3_MOD_PATH', '../typo3conf/ext/crawler/cli/'); | ||
$BACK_PATH = '../../../../typo3/'; | ||
$MCONF['name'] = '_CLI_crawler'; |