Help for this page

Select Code to Download


  1. or download this
    package Mapps::Auth;
    use Digest::SHA1;
    ...
        }
    }
    1;
    
  2. or download this
    use Mapps::Auth;
    
    ...
    }else{
        print h2('No authentication');
    }