Refactoring the service manager code
This commit is contained in:
@ -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")
|
||||
));
|
||||
}
|
Reference in New Issue
Block a user