diff options
| -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, |
