diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-14 21:35:33 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-14 21:35:33 +0200 |
| commit | c21b56db68ff17e2febb3e99622bf72689cdacd4 (patch) | |
| tree | 2d3a04a3a390391b0f25198b2a41da4c98c699ae /data/config.default.php | |
| parent | 0c2d838a9b2f0c81d460b49ccd74775440ced828 (diff) | |
| download | phorkie-c21b56db68ff17e2febb3e99622bf72689cdacd4.tar.gz phorkie-c21b56db68ff17e2febb3e99622bf72689cdacd4.zip | |
tell people what they may use
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.default.php b/data/config.default.php index c40c690..88c9ae5 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -10,7 +10,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'setupcheck' => true, 'elasticsearch' => null, 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', - 'index' => 'new' + 'index' => 'new'//"new" or "list" ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true, |
