Help for this page

Select Code to Download


  1. or download this
    sub set_login_cookie {
    
    ...
    
    print header(-cookie=>$loggedIn);
    }
    
  2. or download this
    sub login_html {
    
    ...
    
    exit;
    }
    
  3. or download this
    sub admin_main {
    
    ...
    
    exit;
    }
    
  4. or download this
    sub add_user{
    
    ...
    
    exit;
    }