- Fix for bug #18102

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87405 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-07-02 06:19:44 +00:00
parent 2a7914dcfa
commit 21c28f00b0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<chapter id="features.http-auth">
<title>HTTP authentication with PHP</title>
@ -32,7 +32,7 @@
exit;
} else {
echo "<p>Hello {$_SERVER['PHP_AUTH_USER']}.</p>";
echo "<p>You entered {$_SERVER['$PHP_AUTH_PW']} as your password.</p>";
echo "<p>You entered {$_SERVER['PHP_AUTH_PW']} as your password.</p>";
}
?>
]]>