From 18aac58a8c4341e77cefc6b79b43c3b554f3dbf7 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 13 Dec 2016 12:24:09 +0100 Subject: [PATCH] Client entries should actually be IP addresses + Fixed some typos --- php/savesettings.php | 4 ++-- settings.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php/savesettings.php b/php/savesettings.php index 022a9e54..df105320 100644 --- a/php/savesettings.php +++ b/php/savesettings.php @@ -135,9 +135,9 @@ function validDomain($domain_name) $first = true; foreach($clients as $client) { - if(!validDomain($client)) + if(!validIP($client)) { - $error .= "Top Clients entry ".$client." is invalid! "; + $error .= "Top Clients entry ".$client." is invalid (use only IP addresses)! "; break; } if(!$first) diff --git a/settings.php b/settings.php index dd20a5f9..7ad7373f 100644 --- a/settings.php +++ b/settings.php @@ -253,7 +253,6 @@

Query Logging (size of log )

-

Current status: Enabled (recommended) @@ -264,9 +263,9 @@

Note that disabling will render graphs on the web user interface useless

-
- +

Query Log