From 25b59cbc644e59559296beef66b8509fd4cdefcf Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 13 Oct 2017 18:25:40 +0200 Subject: Make random IDs configurable --- data/config.default.php | 1 + 1 file changed, 1 insertion(+) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 6e4c20c..06b53ed 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -34,6 +34,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'elasticsearch' => null, 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'randomIds' => false, 'defaultListPage' => 'last',//a number or "last" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ -- cgit v1.2.3