mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typo. Fix bug #55561
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315982 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b9800d01fb
commit
ccc10a0d59
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ if ($data['response'] != $valid_response)
|
|||
die('Wrong Credentials!');
|
||||
|
||||
// ok, valid username & password
|
||||
echo 'Your are logged in as: ' . $data['username'];
|
||||
echo 'You are are logged in as: ' . $data['username'];
|
||||
|
||||
|
||||
// function to parse the http auth header
|
||||
|
|
Loading…
Reference in a new issue