Pman/Roo.php
authoredward <edward@roojs.com>
Thu, 7 Sep 2017 08:50:15 +0000 (16:50 +0800)
committeredward <edward@roojs.com>
Thu, 7 Sep 2017 08:50:15 +0000 (16:50 +0800)
Pman/Roo.php

index bd5d958..9d969b4 100644 (file)
@@ -61,8 +61,7 @@ class Pman_Roo extends Pman
     {
         parent::getAuth(); // load company!
         $au = $this->getAuthUser();
-        print_R($au->pid());exit;
-        
+       
         if (!$au) {  
             $this->jerr("Not authenticated", array('authFailure' => true));
         }