Pman/Login.php
authoredward <edward@roojs.com>
Wed, 14 Feb 2018 04:59:10 +0000 (12:59 +0800)
committeredward <edward@roojs.com>
Wed, 14 Feb 2018 04:59:10 +0000 (12:59 +0800)
Pman/Login.php

index 3f0a75e..af57e53 100644 (file)
@@ -281,7 +281,7 @@ class Pman_Login extends Pman
         }
         
         $u->authUserName($_REQUEST['username']);
-        
+        print_r($u);exit;
         if ($u->count() > 1 || !$u->find(true)) {
             $this->jerror('LOGIN-BAD','You typed the wrong Username or Password  (1)');
             exit;