From: edward Date: Thu, 14 Jul 2016 04:33:39 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ed720da174f909a8ea04cd6a23aa69dd8c4d50f3 UpdateDatabase.php --- 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);