ImportMailMessage.php
authorjohn <john@roojs.com>
Wed, 20 Dec 2017 04:36:07 +0000 (12:36 +0800)
committerjohn <john@roojs.com>
Wed, 20 Dec 2017 04:36:07 +0000 (12:36 +0800)
ImportMailMessage.php

index 32c95c3..08b2f0d 100644 (file)
@@ -8,11 +8,13 @@ class Pman_Core_ImportMailMessage extends Pman_Core_ConvertStyle
 {
     function getAuth()
     {
-        var_dump('die');exit;
         
         if (HTML_FlexyFramework::get()->cli) {
             return true;
         }
+        
+        var_dump('die');exit;
+        
         $this->authUser = $this->getAuthUser();
         if (!$this->authUser) {
             return false;