From 46ea1abc880fc9b84e7092307e3633a4f5887413 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 02 Mar 2016 05:17:04 -0500
Subject: [PATCH] - re-factored coding guidelines
---
install/update.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install/update.php b/install/update.php
index fe08903..8f818df 100644
--- a/install/update.php
+++ b/install/update.php
@@ -326,9 +326,9 @@
$inst->configure_postfix('dont-create-certs');
if($conf['dovecot']['installed'] == true) {
- //* Configure dovecot
- swriteln('Configuring Dovecot');
- $inst->configure_dovecot();
+ //* Configure dovecot
+ swriteln('Configuring Dovecot');
+ $inst->configure_dovecot();
} elseif ($conf['courier']['installed'] == true) {
//** Configure saslauthd
swriteln('Configuring SASL');
--
Gitblit v1.9.1