Skip to content

Commit

Permalink
Remove old admin scopes references
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed May 11, 2021
1 parent 0842043 commit 74fffa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/local_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<ServiceGroups>show</ServiceGroups>
<AddSite>show</AddSite>
<Scopes>show</Scopes>
<AdminScopes>show</AdminScopes>
<!-- <AdminScopes>show</AdminScopes> -->
</menus>

<!-- css
Expand Down
10 changes: 5 additions & 5 deletions htdocs/web_portal/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,11 +525,11 @@ function Draw_Page($Page_Type) {
require_once __DIR__.'/controllers/admin/add_scope.php';
add_scope();
break;
case "Admin_Scope":
rejectIfNotAuthenticated();
require_once __DIR__.'/controllers/admin/scope.php';
view_scope();
break;
// case "Admin_Scope":
// rejectIfNotAuthenticated();
// require_once __DIR__.'/controllers/admin/scope.php';
// view_scope();
// break;
case "Admin_Edit_Scope":
rejectIfNotAuthenticated();
require_once __DIR__.'/controllers/admin/edit_scope.php';
Expand Down

0 comments on commit 74fffa7

Please sign in to comment.