aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-14 21:35:33 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-14 21:35:33 +0200
commitc21b56db68ff17e2febb3e99622bf72689cdacd4 (patch)
tree2d3a04a3a390391b0f25198b2a41da4c98c699ae /data/config.default.php
parent0c2d838a9b2f0c81d460b49ccd74775440ced828 (diff)
downloadphorkie-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.php2
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,