From 32cd3552bd2617d5f0272a37c515c0e84933bed9 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 05 Jan 2012 07:00:53 -0500
Subject: [PATCH] Fixed: FS#1903 - Email - domain set as domain alias cannot be offered for mailbox creation

---
 server/conf/awstats_index.php.master |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/conf/awstats_index.php.master b/server/conf/awstats_index.php.master
index ddcc5a1..e2b0c0c 100644
--- a/server/conf/awstats_index.php.master
+++ b/server/conf/awstats_index.php.master
@@ -27,7 +27,7 @@
 
         $month = date("n");
         $year = date("Y");
-
+		
         if (date("d") == 1)
         {
                 $month = date("m")-1;

--
Gitblit v1.9.1