mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user