diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-27 11:59:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-27 11:59:21 +0300 |
commit | 41a1acc36bdcb9c7ff79880505e76f5afac011fc (patch) | |
tree | 32253567d5f81fafc63b298c326b2991e5b6b796 | |
parent | 9e1c2cca4e24ff1e50dbfa3134d929ec71c419eb (diff) | |
download | local_webhooks-41a1acc36bdcb9c7ff79880505e76f5afac011fc.tar.xz local_webhooks-41a1acc36bdcb9c7ff79880505e76f5afac011fc.zip |
Bug Fixv1.0.0
-rw-r--r-- | editservice.php | 2 | ||||
-rw-r--r-- | managerservice.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/editservice.php b/editservice.php index e8ebcae..3c57507 100644 --- a/editservice.php +++ b/editservice.php @@ -22,8 +22,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -defined("MOODLE_INTERNAL") || die(); - require_once(__DIR__ . "/../../config.php"); require_once(__DIR__ . "/classes/editform.php"); require_once($CFG->libdir . "/adminlib.php"); diff --git a/managerservice.php b/managerservice.php index b3db5e0..ccdb7bc 100644 --- a/managerservice.php +++ b/managerservice.php @@ -22,8 +22,6 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -defined("MOODLE_INTERNAL") || die(); - require_once(__DIR__ . "/../../config.php"); require_once($CFG->libdir . "/tablelib.php"); require_once($CFG->libdir . "/adminlib.php"); |