From f0dfa9f4bb885178de0dde42eebc4e5e5321bef2 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Fri, 05 Jun 2015 04:50:05 -0400
Subject: [PATCH] - added http -> https rewriting - backported patches
---
interface/web/client/domain_list.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/interface/web/client/domain_list.php b/interface/web/client/domain_list.php
index bd67c73..622e52a 100644
--- a/interface/web/client/domain_list.php
+++ b/interface/web/client/domain_list.php
@@ -46,11 +46,6 @@
$app->uses('listform_actions');
-if(isset($_SESSION['show_info_msg'])) {
- $app->tpl->setloop('info', array(array('info_msg' => '<p>'.$_SESSION['show_info_msg'].'</p>')));
- unset($_SESSION['show_info_msg']);
-}
-
$app->listform_actions->SQLOrderBy = 'ORDER BY domain.domain';
$app->listform_actions->onLoad();
--
Gitblit v1.9.1