UpdateDatabase.php
authoredward <edward@roojs.com>
Thu, 31 Aug 2017 06:19:49 +0000 (14:19 +0800)
committeredward <edward@roojs.com>
Thu, 31 Aug 2017 06:19:49 +0000 (14:19 +0800)
UpdateDatabase.php

index 62727fa..d832dea 100644 (file)
@@ -140,7 +140,9 @@ class Pman_Core_UpdateDatabase extends Pman
    
         $ff = HTML_FlexyFramework::get();
         
-        print_R($ff);exit;
+        if(!isset($ff->Pman) || !isset($ff->Pman['local_base_url'])){
+            
+        }
         
         if(!empty($ff->Core_Notify)){
 //            require_once 'Pman/Core/NotifySmtpCheck.php';