Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
bfe95881
Commit
bfe95881
authored
Dec 04, 2007
by
Richard Mansfield
Browse files
Add suspended users back into admin menu
parent
8bcd7e1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
bfe95881
...
...
@@ -1396,6 +1396,12 @@ function admin_nav() {
'title'
=>
get_string
(
'usersearch'
,
'admin'
),
'weight'
=>
10
,
),
array
(
'path'
=>
'configusers/suspendedusers'
,
'url'
=>
'admin/users/suspended.php'
,
'title'
=>
get_string
(
'suspendedusers'
,
'admin'
),
'weight'
=>
15
,
),
array
(
'path'
=>
'configusers/staffusers'
,
'url'
=>
'admin/users/staff.php'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment