diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | functions/variables.php | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d889a01..34e6ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.7 + +- Reset warning count in menu correctly. +- Add debian weak keys check +- Remove spaces from json variable names + ## 2.6 - Fix testing of IPv6 only hosts. diff --git a/functions/variables.php b/functions/variables.php index 6e215fc..30c6c14 100644 --- a/functions/variables.php +++ b/functions/variables.php @@ -20,7 +20,7 @@ $timeout = 2; # Don't change stuff down here. date_default_timezone_set('UTC'); -$version = 2.6; +$version = 2.7; ini_set('default_socket_timeout', 2); |