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
21c2885b
Commit
21c2885b
authored
Aug 28, 2005
by
Dries
Browse files
- Patch
#29385
by chx: removed remaining "?>"s at the end of some files.
parent
469fa364
Changes
5
Hide whitespace changes
Inline
Side-by-side
cron.php
View file @
21c2885b
...
...
@@ -29,4 +29,3 @@
variable_set
(
'cron_busy'
,
false
);
watchdog
(
'cron'
,
t
(
'Cron run completed'
));
?>
index.php
View file @
21c2885b
...
...
@@ -29,4 +29,3 @@
drupal_page_footer
();
?>
sites/default/settings.php
View file @
21c2885b
...
...
@@ -125,4 +125,3 @@
// 'anonymous' => 'Visitor'
//);
?>
update.php
View file @
21c2885b
...
...
@@ -129,4 +129,3 @@ function update_access_denied_page() {
print
theme
(
'maintenance_page'
,
$output
);
}
?>
xmlrpc.php
View file @
21c2885b
...
...
@@ -12,4 +12,3 @@
include_once
'./includes/xmlrpcs.inc'
;
xmlrpc_server
(
module_invoke_all
(
'xmlrpc'
));
?>
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