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
diff options
context:
space:
mode:
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes.php b/themes.php
index f0d1be6f09..d5b863361d 100644
--- a/themes.php
+++ b/themes.php
@@ -28,5 +28,3 @@ $output .= '</p>';
$output .= $_SESSION['PMA_Theme_Manager']->getPrintPreviews();
$response->addHTML($output);
-
-?>