Help for this page

Select Code to Download


  1. or download this
    sub verify_admin {
    
    ...
            &dienice("Your username/password combination is incorrect. Ple
    +ase press your browsers back button and try again.");
             }
    }
    
  2. or download this
    if ($FORM{'password'} eq "$FORM{'verifypassword'}"){
        my $cpasswd = crypt("$FORM{'password'}","v6");
    ...
    }
    exit;
    }