Squid gefixt damit auch andere auth meachanismen funktionieren

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@613 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-06-06 17:50:25 +00:00
parent 268292e730
commit 2252717874
6 changed files with 10 additions and 6 deletions

View File

@@ -2166,7 +2166,7 @@ if (-e $disgrp)
# If the password file contains entries, print entries and action icons
if (! -z "$userdb") {
if ( $userdb ne "" ) {
print <<END
<tr>
<td width='30%' class='boldbase' align='center'><b><i>$Lang::tr{'advproxy NCSA username'}</i></b></td>
@@ -2733,7 +2733,7 @@ sub write_acls
sub writepacfile
{
open(FILE, ">/home/httpd/html/proxy.pac");
open(FILE, ">/srv/web/ipfire/html/proxy.pac");
flock(FILE, 2);
print FILE "function FindProxyForURL(url, host)\n";
print FILE "{\n";