aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-11-23 16:47:47 +0300
committerValentin Popov <info@valentineus.link>2017-11-23 16:56:59 +0300
commit1c87dae035480a45bc4710f1118bd09e434b5176 (patch)
tree2b8c953996633e04d5c699932995f413b3756cd4 /settings.php
parent5639dc7b0f86eae1bf6828a43c734851ee71c99d (diff)
downloadlocal_webhooks-1c87dae035480a45bc4710f1118bd09e434b5176.tar.xz
local_webhooks-1c87dae035480a45bc4710f1118bd09e434b5176.zip
Refactoring the service manager code
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.php b/settings.php
index b36c594..25e5ffd 100644
--- a/settings.php
+++ b/settings.php
@@ -27,6 +27,6 @@ defined("MOODLE_INTERNAL") || die();
if ($hassiteconfig) {
$ADMIN->add("server", new admin_externalpage("local_webhooks",
new lang_string("pluginname", "local_webhooks"),
- new moodle_url("/local/webhooks/managerservice.php")
+ new moodle_url("/local/webhooks/index.php")
));
} \ No newline at end of file