From 802ed0fd930de885d77e14822cf7243245f3c26c Mon Sep 17 00:00:00 2001 From: Boden Garman Date: Thu, 10 Sep 2015 12:18:20 +1000 Subject: [PATCH] silence warnings --- includes/config.inc.php-dist | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/config.inc.php-dist b/includes/config.inc.php-dist index 99307c7..7f6a808 100644 --- a/includes/config.inc.php-dist +++ b/includes/config.inc.php-dist @@ -55,4 +55,4 @@ $defaults['secondaryns'] = 'unconfigured.secondaryns'; # The value of the secon $defaults['ttl'] = 3600; # Default TTL for records ## UI Options -$menutype = horizontal; # horizontal|vertical - use a horizontal or vertical menu +$menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu diff --git a/index.php b/index.php index 97cd658..656863b 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@ if (!is_logged_in() and isset($_POST['formname']) and $_POST['formname'] === "lo - + @@ -103,7 +103,7 @@ if ($blocklogin === TRUE) {
-