Help for this page

Select Code to Download


  1. or download this
    <?php
        Header("WWW-Authenticate: Basic realm=\"My Realm\"");
    ...
        echo "You canceled authentication\n";
        exit;
    ?>
    
  2. or download this
    <%flags>
        inherit=> undef
    ...
    $r->send_http_header();
    $m->abort();
    </%perl>