diff --git a/browse_foreigners.php b/browse_foreigners.php
index 36fa329145..daeaf47efe 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -58,5 +58,4 @@ $html = PMA_getHtmlForRelationalFieldSelection(
);
$response->addHtml($html);
-
?>
diff --git a/db_create.php b/db_create.php
index f829139fdb..85443a466e 100644
--- a/db_create.php
+++ b/db_create.php
@@ -133,5 +133,4 @@ if (! $result) {
include_once '' . $cfg['DefaultTabDatabase'];
}
}
-
?>
diff --git a/db_printview.php b/db_printview.php
index c124fbc1f7..137bdaaf78 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -177,5 +177,4 @@ if ($num_tables == 0) {
echo PMA_Util::getButton();
echo "
\n";
-
?>
diff --git a/db_qbe.php b/db_qbe.php
index c58c865ba7..641bed304c 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -130,5 +130,4 @@ if ($cfgRelation['designerwork']) {
}
$response->addHTML($db_qbe->getSelectionForm($cfgRelation));
-
?>
diff --git a/db_search.php b/db_search.php
index 17237eb000..364ff521f6 100644
--- a/db_search.php
+++ b/db_search.php
@@ -60,5 +60,4 @@ $response->addHTML(
);
$response->addHTML($db_search->getSelectionForm());
$response->addHTML($db_search->getResultDivs());
-
?>
diff --git a/file_echo.php b/file_echo.php
index 1d8c569d84..d910b74e28 100644
--- a/file_echo.php
+++ b/file_echo.php
@@ -68,5 +68,4 @@ if (isset($_REQUEST['filename']) && isset($_REQUEST['image'])) {
}
echo file_get_contents($_FILES['file']['tmp_name']);
}
-
?>
diff --git a/gis_data_editor.php b/gis_data_editor.php
index 6ece3213d5..546f700fb7 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -421,5 +421,4 @@ echo '';
PMA_Response::getInstance()->addJSON('gis_editor', ob_get_contents());
ob_end_clean();
-
?>
diff --git a/import.php b/import.php
index 67e19e684d..a96b159a83 100644
--- a/import.php
+++ b/import.php
@@ -669,5 +669,4 @@ if ($go_sql) {
$active_page = $goto;
include '' . $goto;
}
-
?>
diff --git a/import_status.php b/import_status.php
index 43dcd07ee8..45e11fcd31 100644
--- a/import_status.php
+++ b/import_status.php
@@ -98,5 +98,4 @@ if (isset($_GET["message"]) && $_GET["message"]) {
} else {
PMA_importAjaxStatus($_GET["id"]);
}
-
?>
diff --git a/index.php b/index.php
index 50af41073f..c23250e1dc 100644
--- a/index.php
+++ b/index.php
@@ -662,5 +662,4 @@ function PMA_printListItem($name, $listId = null, $url = null,
}
echo '';
}
-
?>
diff --git a/navigation.php b/navigation.php
index a30b725af8..2c35311e50 100644
--- a/navigation.php
+++ b/navigation.php
@@ -68,5 +68,4 @@ if ($cfgRelation['navwork']) {
// Do the magic
$response->addJSON('message', $navigation->getDisplay());
-
?>
diff --git a/phpinfo.php b/phpinfo.php
index f9e415987f..5854ff4c9e 100644
--- a/phpinfo.php
+++ b/phpinfo.php
@@ -18,5 +18,4 @@ PMA_Response::getInstance()->disable();
if ($GLOBALS['cfg']['ShowPhpInfo']) {
phpinfo();
}
-
?>
diff --git a/pmd_general.php b/pmd_general.php
index fd87da586a..e6100c96b3 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -935,5 +935,4 @@ echo '
'
. '';
-
?>
diff --git a/pmd_pdf.php b/pmd_pdf.php
index d4f64c938e..11982528c0 100644
--- a/pmd_pdf.php
+++ b/pmd_pdf.php
@@ -156,5 +156,4 @@ echo '';
echo '';
echo '';
echo '';
-
?>
diff --git a/pmd_relation_new.php b/pmd_relation_new.php
index 2f58909021..134450b445 100644
--- a/pmd_relation_new.php
+++ b/pmd_relation_new.php
@@ -130,5 +130,4 @@ function PMD_Return_new($b,$ret)
'" F2="' . urlencode($F2) .
'">');
}
-
?>
diff --git a/pmd_save_pos.php b/pmd_save_pos.php
index faf601cd37..026440b6b4 100644
--- a/pmd_save_pos.php
+++ b/pmd_save_pos.php
@@ -84,5 +84,4 @@ if (! empty($die_save_pos)) {
echo '';
}
-
?>
diff --git a/prefs_forms.php b/prefs_forms.php
index 1001098979..2cc37bfa8e 100644
--- a/prefs_forms.php
+++ b/prefs_forms.php
@@ -89,5 +89,4 @@ if ($form_display->hasErrors()) {
display(true, true);
-
?>
diff --git a/querywindow.php b/querywindow.php
index c7ae7a9548..f14f600e66 100644
--- a/querywindow.php
+++ b/querywindow.php
@@ -205,5 +205,4 @@ echo '';
echo '';
echo '';
-
?>
diff --git a/schema_export.php b/schema_export.php
index 3bff640b2e..aba067345b 100644
--- a/schema_export.php
+++ b/schema_export.php
@@ -72,5 +72,4 @@ if (isset($_REQUEST['do'])) {
$user_schema->setAction($_REQUEST['do']);
$user_schema->processUserChoice();
}
-
?>
diff --git a/server_replication.php b/server_replication.php
index f660598ed6..9f1f2ae6f7 100644
--- a/server_replication.php
+++ b/server_replication.php
@@ -80,5 +80,4 @@ if (! isset($_REQUEST['repl_clear_scr'])) {
if (isset($_REQUEST['sl_configure'])) {
$response->addHTML(PMA_getHtmlForReplicationChangeMaster("slave_changemaster"));
}
-
?>
diff --git a/server_status_monitor.php b/server_status_monitor.php
index 679b25fafc..958bed2066 100644
--- a/server_status_monitor.php
+++ b/server_status_monitor.php
@@ -110,7 +110,6 @@ $response->addHTML($ServerStatusData->getMenuHtml());
$response->addHTML(PMA_getHtmlForMonitor($ServerStatusData));
$response->addHTML(PMA_getHtmlForClientSideDataAndLinks($ServerStatusData));
$response->addHTML('');
-
exit;
?>
diff --git a/server_status_queries.php b/server_status_queries.php
index 3360d36e19..b895843292 100644
--- a/server_status_queries.php
+++ b/server_status_queries.php
@@ -48,7 +48,6 @@ $response->addHTML('');
$response->addHTML($ServerStatusData->getMenuHtml());
$response->addHTML(PMA_getHtmlForQueryStatistics($ServerStatusData));
$response->addHTML('
');
-
exit;
?>
diff --git a/server_user_groups.php b/server_user_groups.php
index 531f20a856..7236a91615 100644
--- a/server_user_groups.php
+++ b/server_user_groups.php
@@ -61,5 +61,4 @@ if (isset($_REQUEST['addUserGroup'])) {
}
$response->addHTML('');
-
?>
\ No newline at end of file
diff --git a/tbl_addfield.php b/tbl_addfield.php
index f93b765935..e679bd5ca3 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -114,5 +114,4 @@ if ($abort == false) {
$action = 'tbl_addfield.php';
include_once 'libraries/tbl_columns_definition_form.inc.php';
}
-
?>
diff --git a/tbl_change.php b/tbl_change.php
index 572390a869..dee996ca73 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -212,5 +212,4 @@ if ($insert_mode) {
}
$response->addHTML($html_output);
-
?>
diff --git a/tbl_chart.php b/tbl_chart.php
index 842ca5fb7d..f5a6264d33 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -136,5 +136,4 @@ $htmlString = PMA_getHtmlForTableChartDisplay(
);
$response->addHTML($htmlString);
-
?>
diff --git a/tbl_export.php b/tbl_export.php
index b5bca4d885..f49b7eff5e 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -84,5 +84,4 @@ if (! empty($sql_query)) {
$export_type = 'table';
require_once 'libraries/display_export.inc.php';
-
?>
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 42ec09c7f1..3c9a867117 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -52,5 +52,4 @@ PMA_downloadHeader(
strlen($result)
);
echo $result;
-
?>
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 145e4aaf51..e095ded833 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -45,5 +45,4 @@ $response->addHTML($html);
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('indexes.js');
-
?>
diff --git a/tbl_move_copy.php b/tbl_move_copy.php
index 140d93e8cc..402da2efcb 100644
--- a/tbl_move_copy.php
+++ b/tbl_move_copy.php
@@ -101,5 +101,4 @@ if ($GLOBALS['is_ajax_request'] == true) {
*/
$_message = $message;
unset($message);
-
?>
diff --git a/tbl_relation.php b/tbl_relation.php
index 1ed7645164..9be5f6260c 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -157,5 +157,4 @@ if (PMA_Util::isForeignKeySupported($tbl_storage_engine)) {
}
// Render HTML output
PMA_Response::getInstance()->addHTML($html_output);
-
?>
diff --git a/tbl_replace.php b/tbl_replace.php
index 390ec0f34e..fae9eb2cb8 100644
--- a/tbl_replace.php
+++ b/tbl_replace.php
@@ -403,7 +403,6 @@ if (isset($_REQUEST['after_insert']) && 'new_insert' == $_REQUEST['after_insert'
* Load target page.
*/
require '' . PMA_securePath($goto_include);
-
exit;
?>
diff --git a/tbl_row_action.php b/tbl_row_action.php
index e34eeb5469..51a1889e38 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -139,5 +139,4 @@ if (!empty($submit_mult)) {
);
}
}
-
?>
diff --git a/tbl_select.php b/tbl_select.php
index 7843f1d170..49cd391ce9 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -70,5 +70,4 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
null, null
);
}
-
?>
diff --git a/tbl_structure.php b/tbl_structure.php
index c226851084..b40c57dabc 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -161,5 +161,4 @@ $hidden_titles = PMA_getHiddenTitlesArray();
//display table structure
require_once 'libraries/display_structure.inc.php';
-
?>
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 80d0e2e925..7f4ceea329 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -160,5 +160,4 @@ if (isset($_POST['zoom_submit'])
//Displays form for point data and scatter plot
$response->addHTML($table_search->getZoomResultsForm($goto, $data));
}
-
?>
diff --git a/transformation_wrapper.php b/transformation_wrapper.php
index 263c905678..ac0b04973d 100644
--- a/transformation_wrapper.php
+++ b/transformation_wrapper.php
@@ -145,5 +145,4 @@ if (! isset($_REQUEST['resize'])) {
ImageDestroy($srcImage);
ImageDestroy($destImage);
}
-
?>
diff --git a/url.php b/url.php
index 5835409a7d..71efc9fb6b 100644
--- a/url.php
+++ b/url.php
@@ -30,6 +30,5 @@ if (! PMA_isValid($_GET['url'])
// Display redirecting msg on screen.
printf(__('Taking you to %s.'), htmlspecialchars($_GET['url']));
}
-
die();
?>
diff --git a/user_password.php b/user_password.php
index aa006aeac7..17f1eca105 100644
--- a/user_password.php
+++ b/user_password.php
@@ -197,5 +197,4 @@ function PMA_changePassDisplayPage($message, $sql_query)
. '' . __('Back') . '';
exit;
}
-
?>
diff --git a/view_create.php b/view_create.php
index 75565b751b..2c8a410793 100644
--- a/view_create.php
+++ b/view_create.php
@@ -284,5 +284,4 @@ $htmlString .= ''
. '';
echo $htmlString;
-
-?>
\ No newline at end of file
+?>
diff --git a/view_operations.php b/view_operations.php
index 0e7970d882..153249a3df 100644
--- a/view_operations.php
+++ b/view_operations.php
@@ -136,5 +136,4 @@ echo PMA_getDeleteDataOrTableLink(
echo '';
echo '';
echo '';
-
-?>
\ No newline at end of file
+?>