Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-19 00:18:38 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-19 00:18:38 +0300
commit91b97fadc23a42a8e413ac9ce272e0209ec06b56 (patch)
treeff76f5a2797d390cb9e322d11338777027ae9765 /setup
parentfec98e1450541c765c837343cdaff7987565143e (diff)
Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'setup')
-rw-r--r--setup/config.php1
-rw-r--r--setup/frames/config.inc.php1
-rw-r--r--setup/frames/form.inc.php1
-rw-r--r--setup/frames/servers.inc.php1
-rw-r--r--setup/lib/ConfigGenerator.class.php1
-rw-r--r--setup/lib/common.inc.php1
-rw-r--r--setup/lib/form_processing.lib.php1
-rw-r--r--setup/validate.php1
8 files changed, 0 insertions, 8 deletions
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 '</tr>';
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) : '';
-?>