diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2013-07-22 11:15:22 -0400 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2013-08-20 22:13:59 +0200 |
| commit | a8a7006fb93492febf83dfa89583447d958b18fb (patch) | |
| tree | 4598d9973daeb9f45b1eae8c60d5a9ea661ab32e /data/config.default.php | |
| parent | 9fcf10c0d05122e610a8944fc3dd77e0605ebb7f (diff) | |
| download | phorkie-a8a7006fb93492febf83dfa89583447d958b18fb.tar.gz phorkie-a8a7006fb93492febf83dfa89583447d958b18fb.zip | |
Add perPage settings into config
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 3 |
1 files changed, 2 insertions, 1 deletions
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, |
