From 0cd87e682012f224e2b74531190bb983fdcbb430 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Sun, 10 Jan 2016 03:31:27 -0500
Subject: [PATCH] Revert "allow 0 for ISINT"

---
 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