From 9641b3c7e3147d5687ac541725c5f358653e174c Mon Sep 17 00:00:00 2001
From: Jakub Vrana
Date: Tue, 15 Aug 2006 16:17:01 +0000
Subject: [PATCH] Examples indentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218242 c90b9560-bf6c-de11-be94-00142212c4b1
---
features/http-auth.xml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/features/http-auth.xml b/features/http-auth.xml
index a5f7a2eea2..e7a1d83c92 100644
--- a/features/http-auth.xml
+++ b/features/http-auth.xml
@@ -1,5 +1,5 @@
-
+
HTTP authentication with PHP
@@ -41,15 +41,15 @@
Hello {$_SERVER['PHP_AUTH_USER']}.
";
echo "You entered {$_SERVER['PHP_AUTH_PW']} as your password.
";
- }
+}
?>
]]>
@@ -187,18 +187,18 @@ function http_digest_parse($txt)
Welcome: {$_SERVER['PHP_AUTH_USER']}
";
echo "Old: {$_REQUEST['OldAuth']}";
echo "\n";
- }
+}
?>
]]>