Changed default number of domains per page to 15

This commit is contained in:
Maurice Meyer 2016-06-07 18:46:05 +02:00
parent 3891074b35
commit cc49114ccc

View file

@ -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';