From ca8191e9a87c74d6aa3e86cf73b464f7f74644fa Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 05 Oct 2009 11:34:02 -0400
Subject: [PATCH] Fixed: FS#896 - Error.log of website must be accessible by ftp user
---
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