aboutsummaryrefslogtreecommitdiff
path: root/managerservice.php
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-11-18 05:37:58 +0300
committerValentin Popov <info@valentineus.link>2017-11-18 05:37:58 +0300
commit463aeaf0433bf19b83519747c86b0e0e945d43eb (patch)
tree906811221c1f7550417e4bd1681543e988a7a0e4 /managerservice.php
parent97140dccf76f878991853d827449ca608eb91864 (diff)
downloadlocal_webhooks-463aeaf0433bf19b83519747c86b0e0e945d43eb.tar.xz
local_webhooks-463aeaf0433bf19b83519747c86b0e0e945d43eb.zip
Correcting the page template
Diffstat (limited to 'managerservice.php')
-rw-r--r--managerservice.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/managerservice.php b/managerservice.php
index 066dc99..f75e54e 100644
--- a/managerservice.php
+++ b/managerservice.php
@@ -26,8 +26,7 @@ require_once(__DIR__ . "/../../config.php");
require_once($CFG->libdir . "/tablelib.php");
require_once($CFG->libdir . "/adminlib.php");
-admin_externalpage_setup("pluginsoverview");
-require_login();
+admin_externalpage_setup("local_webhooks");
/* Optional parameters */
$backupservices = optional_param("getbackup", 0, PARAM_BOOL);
@@ -81,7 +80,6 @@ $PAGE->set_title($titlepage);
$PAGE->set_heading($titlepage);
/* The page title */
-$PAGE->navbar->add($titlepage, $baseurl);
echo $OUTPUT->header();
/* Table declaration */