Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443915
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443915
Commits
e35f1bfa
Commit
e35f1bfa
authored
13 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#1263882
by cweagans, TR: Code style: authorize.php.
parent
0d80dee9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
authorize.php
+3
-3
3 additions, 3 deletions
authorize.php
with
3 additions
and
3 deletions
authorize.php
+
3
−
3
View file @
e35f1bfa
...
...
@@ -35,7 +35,7 @@
define
(
'MAINTENANCE_MODE'
,
'update'
);
/**
* Render a 403 access denied page for authorize.php
* Render
s
a 403 access denied page for authorize.php
.
*/
function
authorize_access_denied_page
()
{
drupal_add_http_header
(
'Status'
,
'403 Forbidden'
);
...
...
@@ -45,7 +45,7 @@ function authorize_access_denied_page() {
}
/**
* Determine if the current user is allowed to run authorize.php.
* Determine
s
if the current user is allowed to run authorize.php.
*
* The killswitch in settings.php overrides all else, otherwise, the user must
* have access to the 'administer software updates' permission.
...
...
@@ -145,7 +145,7 @@ function authorize_access_allowed() {
l
(
t
(
'Front page'
),
'<front>'
),
));
}
$output
.
=
theme
(
'item_list'
,
array
(
'items'
=>
$links
,
'title'
=>
t
(
'Next steps'
)));
}
// If a batch is running, let it run.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment