From cc49114ccc64df6a1f66c89f9fd91c83051b4340 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Tue, 7 Jun 2016 18:46:05 +0200 Subject: [PATCH] Changed default number of domains per page to 15 --- config/config-default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config-default.php b/config/config-default.php index c983f50..5466095 100644 --- a/config/config-default.php +++ b/config/config-default.php @@ -27,6 +27,6 @@ $config['db_name'] = "pdnsmanager"; $config['nonce_lifetime'] = 15; //Number of rows in domain overview -$config['domain_rows'] = 100; +$config['domain_rows'] = 15; include 'config-user.php';