Pman/Roo.php
authoredward <edward@roojs.com>
Tue, 12 Sep 2017 09:16:50 +0000 (17:16 +0800)
committeredward <edward@roojs.com>
Tue, 12 Sep 2017 09:16:50 +0000 (17:16 +0800)
Pman/Roo.php

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