diff --git a/templates/registry_edit.php b/templates/registry_edit.php index 79ab987..280f2c8 100644 --- a/templates/registry_edit.php +++ b/templates/registry_edit.php @@ -5,7 +5,7 @@ $this->data['head'] = '' . "\n"; $this->includeAtTemplateBase('includes/header.php'); -$moduleurlpath = '/' . $this->data['baseurlpath'].'/module.php/oauth2/'; +$moduleurlpath = '/' . $this->data['baseurlpath'].'module.php/oauth2/'; $page = <<< EOD

Oauth2 Client Registry

diff --git a/templates/registry_list.php b/templates/registry_list.php index 2a7d21f..de22d85 100644 --- a/templates/registry_list.php +++ b/templates/registry_list.php @@ -4,7 +4,7 @@ $this->data['head'] = '' . "\n"; $this->includeAtTemplateBase('includes/header.php'); -$moduleurlpath = '/' . $this->data['baseurlpath'].'/module.php/oauth2/'; +$moduleurlpath = '/' . $this->data['baseurlpath'].'module.php/oauth2/'; if (!empty($this->data['clients'])) { $clients = []; diff --git a/templates/registry_new.php b/templates/registry_new.php index 2b61784..dc62e70 100644 --- a/templates/registry_new.php +++ b/templates/registry_new.php @@ -5,7 +5,7 @@ $this->data['head'] = '' . "\n"; $this->includeAtTemplateBase('includes/header.php'); -$moduleurlpath = '/' . $this->data['baseurlpath'].'/module.php/oauth2/'; +$moduleurlpath = '/' . $this->data['baseurlpath'].'module.php/oauth2/'; $page = <<< EOD

Oauth2 Client Registry