mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
include ClassNotificationService and ClassEmailNotify
This commit is contained in:
parent
d56812f66d
commit
505bf27d52
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user