diff --git a/cron.php b/cron.php index 7b4ca4a64b6d03c446bd3b34d1fc4ee578f00d06..2610dac31d10dd791672a9f7b7b2297051b0adb4 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 afe3d9cd5143e0427159808f4a7d7c606c1c6ffe..c77f84ba9bfb6ef2ec7836068dd0dfdb081fba80 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 92b1f20426428cdf001094937f64941adc5a480d..2e4edca4232141c69170818f0a449c1e10a9b6bb 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 178fdeea4d048254f0cab2c4280acb270766fc6c..e0272157571e40ea8e79891d96a00d2d93929369 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 7db4acfb379df867433f74b9f130c4ee9b30b614..feab8f05893e90f84192421afb73bc23089dc9c4 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -12,4 +12,3 @@ include_once './includes/xmlrpcs.inc'; xmlrpc_server(module_invoke_all('xmlrpc')); -?>