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:
authorayushchd <ayushchd@gmail.com>2013-07-11 21:05:53 +0400
committerayushchd <ayushchd@gmail.com>2013-07-11 21:05:53 +0400
commita39b7330f669ea7459eab4cf7a1438987ef4c8af (patch)
treeb090bcc7b36fef4cec0784b84b58ace60b78f3fe /setup
parente6aad8891cdb9bc4193544721a06f11194947d12 (diff)
Remove debug message
Diffstat (limited to 'setup')
-rw-r--r--setup/lib/form_processing.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/lib/form_processing.lib.php b/setup/lib/form_processing.lib.php
index ed013896f6..65ebb1db2e 100644
--- a/setup/lib/form_processing.lib.php
+++ b/setup/lib/form_processing.lib.php
@@ -21,7 +21,7 @@ function process_formset(FormDisplay $form_display)
// drop post data
header('HTTP/1.1 303 See Other');
header('Location: index.php');
- echo 'here';
+
if (!defined('TESTSUITE')) {
exit;
}