diff options
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 3b5066d..dd32195 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -14,6 +14,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'defaultListPage' => 'last',//a number or "last" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ 'linkback' => true, |
