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:
Richard Quadling 2011-09-01 13:03:37 +00:00
parent b9800d01fb
commit ccc10a0d59

View file

@ -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