Guest User

Untitled

a guest
Jul 3rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. Class Model_User Extends Model {
  2.     public function check_user($user, $pass){
  3.         return $user === 'regative' && $pass === 'pass'';
  4.    }
  5. }
Add Comment
Please, Sign In to add comment