Advertisement
cuonic

Auth Class usage

Aug 20th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. include("inc/auth.class.php");
  4.  
  5. $auth = new auth;
  6.  
  7. $auth->login("jman6495", "password");
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement