From 91b97fadc23a42a8e413ac9ce272e0209ec06b56 Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Sun, 19 Jul 2015 00:18:38 +0300 Subject: Remove unneeded closing tags. Signed-off-by: Dan Ungureanu --- setup/config.php | 1 - setup/frames/config.inc.php | 1 - setup/frames/form.inc.php | 1 - setup/frames/servers.inc.php | 1 - setup/lib/ConfigGenerator.class.php | 1 - setup/lib/common.inc.php | 1 - setup/lib/form_processing.lib.php | 1 - setup/validate.php | 1 - 8 files changed, 8 deletions(-) (limited to 'setup') diff --git a/setup/config.php b/setup/config.php index aa7fea33cf..e7d2161590 100644 --- a/setup/config.php +++ b/setup/config.php @@ -78,4 +78,3 @@ if (PMA_ifSetOr($_POST['submit_clear'], '')) { header('Location: index.php' . PMA_URL_getCommon() . '&page=config'); exit; } -?> diff --git a/setup/frames/config.inc.php b/setup/frames/config.inc.php index 04778a04b8..ade1844c55 100644 --- a/setup/frames/config.inc.php +++ b/setup/frames/config.inc.php @@ -49,4 +49,3 @@ echo ''; echo PMA_displayFieldsetBottomSimple(); echo PMA_displayFormBottom(); -?> diff --git a/setup/frames/form.inc.php b/setup/frames/form.inc.php index 4e25bfe1d2..e3cdf98f53 100644 --- a/setup/frames/form.inc.php +++ b/setup/frames/form.inc.php @@ -33,4 +33,3 @@ foreach ($forms[$formset_id] as $form_name => $form) { $form_display->registerForm($form_name, $form); } PMA_Process_formset($form_display); -?> diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php index ea1f45ee0c..a5703aef2f 100644 --- a/setup/frames/servers.inc.php +++ b/setup/frames/servers.inc.php @@ -47,4 +47,3 @@ foreach ($forms['Servers'] as $form_name => $form) { $form_display->registerForm($form_name, $form, $id); } PMA_Process_formset($form_display); -?> diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php index 76d5c5e553..4229ca7b8d 100644 --- a/setup/lib/ConfigGenerator.class.php +++ b/setup/lib/ConfigGenerator.class.php @@ -177,4 +177,3 @@ class ConfigGenerator return $ret; } } -?> diff --git a/setup/lib/common.inc.php b/setup/lib/common.inc.php index f1509f1466..8f64f1136b 100644 --- a/setup/lib/common.inc.php +++ b/setup/lib/common.inc.php @@ -53,4 +53,3 @@ $GLOBALS['ConfigFile']->setPersistKeys( // allows for redirection even after sending some data ob_start(); -?> diff --git a/setup/lib/form_processing.lib.php b/setup/lib/form_processing.lib.php index 1e4a503f7c..3ecd533451 100644 --- a/setup/lib/form_processing.lib.php +++ b/setup/lib/form_processing.lib.php @@ -78,4 +78,3 @@ function PMA_generateHeader303() exit; } } -?> diff --git a/setup/validate.php b/setup/validate.php index 3c070f29ab..5759042aa5 100644 --- a/setup/validate.php +++ b/setup/validate.php @@ -29,4 +29,3 @@ if ($result === false) { $result = 'Wrong data or no validation for ' . $vids; } echo $result !== true ? json_encode($result) : ''; -?> -- cgit v1.2.3