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

index d832dea..8015e5d 100644 (file)
@@ -141,9 +141,11 @@ class Pman_Core_UpdateDatabase extends Pman
         $ff = HTML_FlexyFramework::get();
         
         if(!isset($ff->Pman) || !isset($ff->Pman['local_base_url'])){
-            
+            die("Please setup local_base_url");
         }
         
+        
+        
         if(!empty($ff->Core_Notify)){
 //            require_once 'Pman/Core/NotifySmtpCheck.php';
 //            $x = new Pman_Core_NotifySmtpCheck();