From cea1e5d3d0a7c45568a1539f9ecb6cf36c7f7f6c Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 15 Aug 2012 05:43:27 -0400 Subject: [PATCH] Fixed: FS#2346 - doveadm request disabledoveadm column in mail_user table - Added missing sys_tpl table to ispconfig3.sql and moved the definition of the table to the upd_0035.sql file as new tables cant be added in existing update files. - added new ssl_key field to web_domain table. - cleaned up unused code from apache plugin. --- interface/web/mail/lib/admin.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/lib/admin.conf.php b/interface/web/mail/lib/admin.conf.php index a45d440..67c94a5 100644 --- a/interface/web/mail/lib/admin.conf.php +++ b/interface/web/mail/lib/admin.conf.php @@ -1,2 +1,2 @@ -<?php +<?php ?> \ No newline at end of file -- Gitblit v1.9.1