Browse Source

noko50: clarify in config how to disable it

pull/40/head
czaks 11 years ago
parent
commit
92edc1d0a5
  1. 3
      inc/config.php

3
inc/config.php

@ -596,7 +596,8 @@
// Number of posts in a "View Last X Posts" page
$config['noko50_count'] = 50;
// Number of posts a thread needs before it gets a "View Last X Posts" page
// Number of posts a thread needs before it gets a "View Last X Posts" page.
// Set to an arbitrarily large value to disable.
$config['noko50_min'] = 100;
/*
* ====================

Loading…
Cancel
Save