mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Support squid 3.1
This commit is contained in:
@@ -35,7 +35,7 @@ if ($ver =~ /version\s+(\S+)/i) {
|
||||
$ver = $1;
|
||||
}
|
||||
if ($ver =~ /(1\.1)\.\d+/ || $ver =~ /(1)\.NOVM/ ||
|
||||
$ver =~ /(2\.[01234567])\./ || $ver =~ /(3\.0)/) {
|
||||
$ver =~ /(2\.[01234567])\./ || $ver =~ /(3\.[01])/) {
|
||||
# Save version number
|
||||
open(VERSION, ">$module_config_directory/version");
|
||||
print VERSION $1,"\n";
|
||||
|
||||
Reference in New Issue
Block a user