Help for this page

Select Code to Download


  1. or download this
    if(my $oldcookie = $query->cookie("userpass")) {
        $USER_HASH = confirmUser (split (/\|/,
            Everything::Util::unescape($oldcookie)));
    }
    
  2. or download this
    # IIS will set $ENV{AUTH_USER} to "domain\Username", if NT 
    # authentication was successful. As I am not 100% certain
    ...
        $USER_HASH = confirmUser (split (/\|/,
            Everything::Util::unescape($oldcookie)));
    }
    
  3. or download this
    if ($genCrypt eq $crpasswd)
    
  4. or download this
    if (($genCrypt eq $crpasswd) or $ENV{AUTH_USER})