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
2caec9da
Commit
2caec9da
authored
Nov 16, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 16, 2006
Browse files
Renamed the admin menu item for this, so define the constant differently.
parent
4dca59a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/usermanagement/uploadcsv.php
View file @
2caec9da
...
...
@@ -27,7 +27,7 @@
define
(
'INTERNAL'
,
1
);
define
(
'ADMIN'
,
1
);
define
(
'MENUITEM'
,
'usermanagement'
);
define
(
'SUBMENUITEM'
,
'
upload
csv'
);
define
(
'SUBMENUITEM'
,
'
addusersby
csv'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
require_once
(
'form.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