From 186f8a787d3c9d2cf5e0da399037ff443dba2ff0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 14 Oct 2009 08:13:26 -0400
Subject: [PATCH] Fixed a problem with dbi user and password in multiserver setups.
---
interface/web/sites/database_phpmyadmin.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/interface/web/sites/database_phpmyadmin.php b/interface/web/sites/database_phpmyadmin.php
index db23582..baf547d 100644
--- a/interface/web/sites/database_phpmyadmin.php
+++ b/interface/web/sites/database_phpmyadmin.php
@@ -60,5 +60,4 @@
isset($_SERVER['HTTPS'])? $http = 'https' : $http = 'http';
header('location:' . $http . '://' . $serverData['server_name'] . '/phpmyadmin');
exit;
-
?>
\ No newline at end of file
--
Gitblit v1.9.1