Options are in Squid 2.6
authorJamie Cameron <jcameron@webmin.com>
Sat, 1 Mar 2008 05:40:43 +0000 (05:40 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sat, 1 Mar 2008 05:40:43 +0000 (05:40 +0000)
squid/edit_cache_host.cgi

index 7bf4557..0e1c0b3 100755 (executable)
@@ -137,7 +137,7 @@ if ($squid_version >= 2.1) {
        print "</td> </tr>\n";
        }
 
-if ($squid_version >= 3.0) {
+if ($squid_version >= 2.6) {
        print "<tr> <td><b>$text{'ech_timeo'}</b></td>\n";
        printf "<td><input type=radio name=connect-timeout_def value=1 %s> $text{'ech_d'}\n",
                $opts{'connect-timeout'} ? "" : "checked";