diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-08-28 18:26:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-08-28 18:26:20 +0000 |
commit | 21c2885b0e9b44c44adf27e773c0a65c64f096af (patch) | |
tree | e84f7e364f33c91813933f17b1f21c05e617e269 | |
parent | 469fa3642054080d0c893a8396994026dc117eb0 (diff) | |
download | drupal-21c2885b0e9b44c44adf27e773c0a65c64f096af.tar.gz drupal-21c2885b0e9b44c44adf27e773c0a65c64f096af.zip |
- Patch #29385 by chx: removed remaining "?>"s at the end of some files.
-rw-r--r-- | cron.php | 1 | ||||
-rw-r--r-- | index.php | 1 | ||||
-rw-r--r-- | sites/default/settings.php | 1 | ||||
-rw-r--r-- | update.php | 1 | ||||
-rw-r--r-- | xmlrpc.php | 1 |
5 files changed, 0 insertions, 5 deletions
@@ -29,4 +29,3 @@ module_invoke_all('cron'); variable_set('cron_busy', false); watchdog('cron', t('Cron run completed')); -?> diff --git a/index.php b/index.php index afe3d9cd514..c77f84ba9bf 100644 --- a/index.php +++ b/index.php @@ -29,4 +29,3 @@ switch ($return) { drupal_page_footer(); -?> diff --git a/sites/default/settings.php b/sites/default/settings.php index 92b1f204264..2e4edca4232 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -125,4 +125,3 @@ ini_set('session.use_trans_sid', 0); // 'anonymous' => 'Visitor' //); -?> diff --git a/update.php b/update.php index 178fdeea4d0..e0272157571 100644 --- a/update.php +++ b/update.php @@ -129,4 +129,3 @@ if ($output) { print theme('maintenance_page', $output); } -?> diff --git a/xmlrpc.php b/xmlrpc.php index 7db4acfb379..feab8f05893 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -12,4 +12,3 @@ include_once './includes/xmlrpc.inc'; include_once './includes/xmlrpcs.inc'; xmlrpc_server(module_invoke_all('xmlrpc')); -?> |