From ce7dfb39efe3bd7332ada50f8f31955fd3dbdac7 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 19 Apr 2016 14:05:52 -0400
Subject: [PATCH] Fixed issue in sql dump.

---
 install/sql/ispconfig3.sql |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql
index 0c7a4c7..17b08b6 100644
--- a/install/sql/ispconfig3.sql
+++ b/install/sql/ispconfig3.sql
@@ -1979,8 +1979,6 @@
   `http_port` int(11) unsigned NOT NULL DEFAULT '80',
   `https_port` int(11) unsigned NOT NULL DEFAULT '443',
   `folder_directive_snippets` text NOT NULL,
-  `http_port` INT NOT NULL DEFAULT '80',
-  `https_port` INT NOT NULL DEFAULT '443',
   PRIMARY KEY  (`domain_id`),
   UNIQUE KEY `serverdomain` (  `server_id` , `ip_address`,  `domain` )
 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
Gitblit v1.9.1