From c88c9381fe7ebd8663c5b9d629b54205d3b62829 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 7 Feb 2006 17:05:26 +0000 Subject: * Add missing * Correct the XML header row --- packages/squid_auth.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/squid_auth.inc b/packages/squid_auth.inc index 80583a33..fd0384f0 100644 --- a/packages/squid_auth.inc +++ b/packages/squid_auth.inc @@ -1,3 +1,4 @@ +\n"); fwrite($fout, "\n"); fwrite($fout, " squidextnoauth\n"); fwrite($fout, " Services: Proxy Server -> Extended Authentication Settings\n"); @@ -154,7 +154,7 @@ function dynamic_local_auth() { $fout = fopen("/usr/local/pkg/squid_extauth.xml", "w"); - fwrite($fout, '<?xml version="1.0" encoding="utf-8" ?>\n'); + fwrite($fout, "\n"); fwrite($fout, "\n"); fwrite($fout, "\n"); fwrite($fout, " squidextlocalauth\n"); @@ -279,7 +279,7 @@ function dynamic_ldap_auth() { $fout = fopen("/usr/local/pkg/squid_extauth.xml", "w"); - fwrite($fout, '<?xml version="1.0" encoding="utf-8" ?>\n'); + fwrite($fout, "\n"); fwrite($fout, "\n"); fwrite($fout, "\n"); fwrite($fout, " squidextldapauth\n"); @@ -444,4 +444,5 @@ function dynamic_auth_content($pkgvar) { break; } -} /* end function dynamic_auth_content */ \ No newline at end of file +} /* end function dynamic_auth_content */ +?> \ No newline at end of file -- cgit v1.2.3