Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
e6d36892
Commit
e6d36892
authored
Jan 29, 2005
by
Dries
Browse files
- Moved the upload settings to 'admin/settings'.
parent
cc3fd171
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/upload.module
View file @
e6d36892
...
...
@@ -35,7 +35,7 @@ function upload_menu($may_cache) {
if
(
$may_cache
)
{
$items
[]
=
array
(
'path'
=>
'admin/upload'
,
'title'
=>
t
(
'uploads'
),
'path'
=>
'admin/
settings/
upload'
,
'title'
=>
t
(
'uploads'
),
'callback'
=>
'upload_admin'
,
'access'
=>
user_access
(
'administer site configuration'
),
'type'
=>
MENU_NORMAL_ITEM
...
...
modules/upload/upload.module
View file @
e6d36892
...
...
@@ -35,7 +35,7 @@ function upload_menu($may_cache) {
if
(
$may_cache
)
{
$items
[]
=
array
(
'path'
=>
'admin/upload'
,
'title'
=>
t
(
'uploads'
),
'path'
=>
'admin/
settings/
upload'
,
'title'
=>
t
(
'uploads'
),
'callback'
=>
'upload_admin'
,
'access'
=>
user_access
(
'administer site configuration'
),
'type'
=>
MENU_NORMAL_ITEM
...
...
Write
Preview
Markdown
is supported
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