From a8a7006fb93492febf83dfa89583447d958b18fb Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Mon, 22 Jul 2013 11:15:22 -0400 Subject: Add perPage settings into config --- data/config.default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 009b572..7e6ebb9 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -12,7 +12,8 @@ $GLOBALS['phorkie']['cfg'] = array( 'setupcheck' => true, 'elasticsearch' => null, 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', - 'index' => 'new'//"new" or "list" + 'index' => 'new',//"new" or "list" + 'perPage' => 10, ); $GLOBALS['phorkie']['auth'] = array( // 0 = public, no authentication, 1 = protect adds/edits/deletes, -- cgit v1.2.3