From 31d7ecfdf3c3dbff12fbdcf30bba2381ffd79c52 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Fri, 21 Jul 2017 17:22:03 +0200 Subject: [PATCH] Improved readability --- config/config-default.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config-default.php b/config/config-default.php index 38bae70..fe95ef6 100644 --- a/config/config-default.php +++ b/config/config-default.php @@ -1,5 +1,5 @@ . * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + //Database settings $config['db_type'] = "mysql"; $config['db_host'] = "localhost"; @@ -21,8 +22,10 @@ $config['db_user'] = "root"; $config['db_password'] = ""; $config['db_port'] = 3306; $config['db_name'] = "pdnsmanager"; + //Remote update $config['nonce_lifetime'] = 15; + //Number of rows in domain overview $config['domain_rows'] = 15;