root/LayoutTests/http/tests/misc/authentication-redirect-1/resources/auth-echo.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
echo "Resource loaded with HTTP authentication username '", $_SERVER["PHP_AUTH_USER"], "' and password '", $_SERVER["PHP_AUTH_PW"], "'\n";
?>

/* [<][>][^][v][top][bottom][index][help] */