From f21a543c952dc123841dfb239d0e0e3f3e98e216 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Thu, 10 Sep 2015 22:43:28 +0200 Subject: squid3 - fix inverted boot check --- config/squid3/34/squid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc index 76deb94c..25d9e3a6 100755 --- a/config/squid3/34/squid.inc +++ b/config/squid3/34/squid.inc @@ -1840,7 +1840,7 @@ function squid_resync($via_rpc="no") { // detect boot process if (is_array($_POST)) { - if (platform_booting()) { + if (!platform_booting()) { unset($boot_process); } else { $boot_process="on"; -- cgit v1.2.3