Pman/Login.php
authorjohn <john@roojs.com>
Tue, 3 Apr 2018 03:49:46 +0000 (11:49 +0800)
committerjohn <john@roojs.com>
Tue, 3 Apr 2018 03:49:46 +0000 (11:49 +0800)
Pman/Login.php

index 682a59d..79f84ee 100644 (file)
@@ -231,6 +231,8 @@ class Pman_Login extends Pman
     {
         //DB_DataObject::debugLevel(1);
         
+        print_r($v);exit;
+        
         if (!empty($_REQUEST['getAuthUser'])) {
             $this->sendAuthUserDetails();
             exit;