From 590da35190cd081e3bf5b670546a2f44a8c59c74 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Jan 2006 21:30:17 +0000 Subject: Swap < and > --- packages/squid_auth.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/squid_auth.inc b/packages/squid_auth.inc index 14343d21..80583a33 100644 --- a/packages/squid_auth.inc +++ b/packages/squid_auth.inc @@ -79,7 +79,7 @@ function dynamic_no_auth() { $fout = fopen("/usr/local/pkg/squid_extauth.xml", "w"); - fwrite($fout, '>?xml version="1.0" encoding="utf-8" ?<\n'); + fwrite($fout, '<?xml version="1.0" encoding="utf-8" ?>\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, '<?xml version="1.0" encoding="utf-8" ?>\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, '<?xml version="1.0" encoding="utf-8" ?>\n'); fwrite($fout, "\n"); fwrite($fout, "\n"); fwrite($fout, " squidextldapauth\n"); -- cgit v1.2.3