From 5a7be2370380b7d8cc42670114531f38d8d4197a Mon Sep 17 00:00:00 2001 From: moglia <moglia@ispconfig3> Date: Sun, 09 Aug 2009 23:09:24 -0400 Subject: [PATCH] Fixed url redirect for phpmyadmin if you use another port as not a standards ports. I tested on my production environment. If database is on another server i presume all of panels is on same port. If not need put a field called port on server table, or another way to solve it. --- interface/web/admin/lib/lang/de_software_update_list.lng | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/interface/web/admin/lib/lang/de_software_update_list.lng b/interface/web/admin/lib/lang/de_software_update_list.lng index 6f01c1f..dab68bd 100644 --- a/interface/web/admin/lib/lang/de_software_update_list.lng +++ b/interface/web/admin/lib/lang/de_software_update_list.lng @@ -1,8 +1,9 @@ -<?php -$wb['list_head_txt'] = 'Softwareupdates'; -$wb['server_select_txt'] = 'Server wählen'; -$wb['installed_txt'] = 'Aktion'; -$wb['update_title_txt'] = 'Update'; -$wb['version_txt'] = 'Version'; -$wb['action_txt'] = 'Aktion'; -?> +<?php +$wb['list_head_txt'] = 'Softwareupdates'; +$wb['server_select_txt'] = 'Server wählen'; +$wb['installed_txt'] = 'Aktion'; +$wb['update_title_txt'] = 'Update'; +$wb['version_txt'] = 'Version'; +$wb['action_txt'] = 'Aktion'; +?> + -- Gitblit v1.9.1