Help for this page

Select Code to Download


  1. or download this
    # ...
    if ( !authenticate($user,$pass) ) {
    ...
    if ( !authorized($user,'admin') ) {
        die "You may be $user, but you aren't allowed here!\n";
    }