UpdateDatabase.php
authoredward <edward@roojs.com>
Wed, 24 Aug 2016 08:27:19 +0000 (16:27 +0800)
committeredward <edward@roojs.com>
Wed, 24 Aug 2016 08:27:19 +0000 (16:27 +0800)
UpdateDatabase.php

index 9f951c7..68fd832 100644 (file)
@@ -136,9 +136,9 @@ class Pman_Core_UpdateDatabase extends Pman
         $ff = HTML_FlexyFramework::get();
         
         if(!empty($ff->Core_Notify)){
-            require_once 'Pman/Core/NotifySmtpCheck.php';
-            $x = new Pman_Core_NotifySmtpCheck();
-            $x->check();
+//            require_once 'Pman/Core/NotifySmtpCheck.php';
+//            $x = new Pman_Core_NotifySmtpCheck();
+//            $x->check();
         }
         
         $this->disabled = explode(',', $ff->disable);