mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
2a7914dcfa
commit
21c28f00b0
1 changed files with 2 additions and 2 deletions
|
@ -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>";
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue