mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Allow Squid 3.5 https://sourceforge.net/p/webadmin/bugs/4573/
This commit is contained in:
@@ -44,7 +44,7 @@ if ($ver =~ /version\s+(\S+)/i) {
|
||||
}
|
||||
my $squid_version;
|
||||
if ($ver =~ /^(1\.1)\.\d+/ || $ver =~ /^(1)\.NOVM/ ||
|
||||
$ver =~ /^(2\.[01234567])\./ || $ver =~ /^(3\.[01234])/) {
|
||||
$ver =~ /^(2\.[01234567])\./ || $ver =~ /^(3\.[012345])/) {
|
||||
# Save version number
|
||||
open(VERSION, ">$module_config_directory/version");
|
||||
print VERSION $1,"\n";
|
||||
|
||||
Reference in New Issue
Block a user