From 21c2885b0e9b44c44adf27e773c0a65c64f096af Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sun, 28 Aug 2005 18:26:20 +0000
Subject: [PATCH] - Patch #29385 by chx: removed remaining "?>"s at the end of
 some files.

---
 cron.php                   | 1 -
 index.php                  | 1 -
 sites/default/settings.php | 1 -
 update.php                 | 1 -
 xmlrpc.php                 | 1 -
 5 files changed, 5 deletions(-)

diff --git a/cron.php b/cron.php
index 7b4ca4a64b6d..2610dac31d10 100644
--- a/cron.php
+++ b/cron.php
@@ -29,4 +29,3 @@
 variable_set('cron_busy', false);
 watchdog('cron', t('Cron run completed'));
 
-?>
diff --git a/index.php b/index.php
index afe3d9cd5143..c77f84ba9bfb 100644
--- a/index.php
+++ b/index.php
@@ -29,4 +29,3 @@
 
 drupal_page_footer();
 
-?>
diff --git a/sites/default/settings.php b/sites/default/settings.php
index 92b1f2042642..2e4edca42321 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -125,4 +125,3 @@
 //  'anonymous' => 'Visitor'
 //);
 
-?>
diff --git a/update.php b/update.php
index 178fdeea4d04..e0272157571e 100644
--- a/update.php
+++ b/update.php
@@ -129,4 +129,3 @@ function update_access_denied_page() {
   print theme('maintenance_page', $output);
 }
 
-?>
diff --git a/xmlrpc.php b/xmlrpc.php
index 7db4acfb379d..feab8f05893e 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -12,4 +12,3 @@
 include_once './includes/xmlrpcs.inc';
 
 xmlrpc_server(module_invoke_all('xmlrpc'));
-?>
-- 
GitLab