mirror of
https://github.com/webmin/webmin.git
synced 2026-07-06 18:30:36 +01:00
Fix formatting
This commit is contained in:
@@ -11647,10 +11647,10 @@ if ($parent_proxy) {
|
||||
my ($parent_proxy_link) = $parent_proxy =~ /(\S*?\/link\.cgi\/[\d]{8,16})/;
|
||||
my ($parent_proxy_prefix) = $parent_proxy_link =~ /:\d+(\S*?\/link\.cgi\/\S*?\d+)/;
|
||||
if ($parent_proxy_prefix) {
|
||||
$webprefix = $parent_proxy_prefix;
|
||||
$parent_proxy_detected = 1;
|
||||
}
|
||||
}
|
||||
$webprefix = $parent_proxy_prefix;
|
||||
$parent_proxy_detected = 1;
|
||||
}
|
||||
}
|
||||
return wantarray ? ($webprefix, $parent_proxy_detected) : $webprefix;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user