NotifySmtpCheck.php
[Pman.Core] / UpdateDatabase.php
index d1b98ee..ee10758 100644 (file)
@@ -135,7 +135,13 @@ class Pman_Core_UpdateDatabase extends Pman
    
         $ff = HTML_FlexyFramework::get();
         
-        print_R($ff);exit;
+//        if(!empty($ff->Core_Notify)){
+//            require_once 'Pman/Core/NotifySmtpCheck.php';
+//            $x = new Pman_Core_NotifySmtpCheck();
+//            $x->check();
+//        }
+//        
+//        EXIT;
         
         $this->disabled = explode(',', $ff->disable);