include ClassNotificationService and ClassEmailNotify

This commit is contained in:
Uwe Steinmann 2020-06-24 21:13:22 +02:00
parent d56812f66d
commit 505bf27d52

View File

@ -26,6 +26,8 @@ include("../inc/inc.Utils.php");
include("../inc/inc.Init.php");
include("../inc/inc.Extension.php");
include("../inc/inc.DBInit.php");
include("../inc/inc.ClassNotificationService.php");
include("../inc/inc.ClassEmailNotify.php");
include("../inc/inc.ClassController.php");
include("../inc/inc.Scheduler.php");
@ -33,6 +35,7 @@ $tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));
$controller = Controller::factory($tmp[1], array('dms'=>$dms));
$controller->setParam('settings', $settings);
header("Content-Type: text/plain");
if(!$controller->run()) {
echo getMLText("error_occured");
exit;