From ed720da174f909a8ea04cd6a23aa69dd8c4d50f3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 12:33:39 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 44da7ec7..ee10758d 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -131,17 +131,17 @@ class Pman_Core_UpdateDatabase extends Pman { PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError')); -// $this->checkSystem(); + $this->checkSystem(); $ff = HTML_FlexyFramework::get(); - if(!empty($ff->Core_Notify)){ - require_once 'Pman/Core/NotifySmtpCheck.php'; - $x = new Pman_Core_NotifySmtpCheck(); - $x->check(); - } - - 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); -- 2.39.2