From f70fd01c31656759e8033f0e4326bd0797eec0a2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 02 May 2011 15:06:30 -0400
Subject: [PATCH] Reverted changes for logview implementation as they can not work on multiserver setups.

---
 interface/web/sites/form/web_domain.tform.php |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/interface/web/sites/form/web_domain.tform.php b/interface/web/sites/form/web_domain.tform.php
index 1436967..5f69079 100644
--- a/interface/web/sites/form/web_domain.tform.php
+++ b/interface/web/sites/form/web_domain.tform.php
@@ -395,33 +395,6 @@
 	)
 );
 
-
-//* Logs
-$form["tabs"]['logs'] = array (
-	'title' 	=> "logs",
-	'width' 	=> 100,
-	'template' 	=> "templates/web_domain_logs.htm",
-	'readonly'	=> true,
-	'fields' 	=> array (
-	##################################
-	# Begin Datatable fields
-	##################################
-		'logs' => array (
-			'datatype'	=> 'TEXT',
-			'formtype'	=> 'TEXTAREA',
-			'default'	=> 'DEFAULT',
-			'value'		=> 'VALUE',
-			'cols'		=> '30',
-			'rows'		=> '10'
-		)
-	##################################
-	# ENDE Datatable fields
-	##################################
-	)
-);
-
-
-
 if($_SESSION["s"]["user"]["typ"] == 'admin') {
 
 //* Backup

--
Gitblit v1.9.1