Add "pagination"
Items per page are just handled by hard offset instead of pages. That's all we really need Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -14,6 +14,9 @@ HTTP_DOMAIN=domain.com
|
||||
# If you host other things on your domain, you may want to update this to be "/bans" or something.
|
||||
#HTTP_ROOT=/
|
||||
|
||||
# The number of results to show per page. Defaults to "100"
|
||||
#HTTP_RESULTS_PER_PAGE=100
|
||||
|
||||
# Static files handler. Defaults to "local"
|
||||
# Valid values are:
|
||||
# * local
|
||||
|
||||
Reference in New Issue
Block a user