root/LayoutTests/http/tests/loading/authentication-after-redirect-stores-wrong-credentials/resources/wrong-credential-3-output-credentials-then-finish.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
if (!isset($_SERVER['PHP_AUTH_USER']))
        echo "No HTTP authentication credentials<br>";
else
        echo "Authenticated as {$_SERVER['PHP_AUTH_USER']} with password {$_SERVER['PHP_AUTH_PW']}<br>";
?>
<script>
if (window.testRunner)
        testRunner.notifyDone();
</script>

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