From e0db878eb71dd40d6c000f1debedad3f16f15ba6 Mon Sep 17 00:00:00 2001
From: chjacobsen <chjacobsen@ispconfig3>
Date: Fri, 01 Apr 2011 15:59:23 -0400
Subject: [PATCH] Adding a new client remotelly, it was not been associated to the proper reseller.

---
 server/plugins-available/apache2_plugin.inc.php |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/server/plugins-available/apache2_plugin.inc.php b/server/plugins-available/apache2_plugin.inc.php
index fbdfd73..7fb2ab5 100644
--- a/server/plugins-available/apache2_plugin.inc.php
+++ b/server/plugins-available/apache2_plugin.inc.php
@@ -1262,13 +1262,10 @@
 						*/
 						$fn = substr($file, 0, strlen($file) - strlen('.htdigest'));
 						$output .= "\n";
-<<<<<<< .working
-						$output .= "      Alias /" . $fn . ' ' . $webdavRoot . '/' . $fn . "\n";
-						$output .= "      <Location /" . $fn . ">\n";
-=======
+						// $output .= "      Alias /" . $fn . ' ' . $webdavRoot . '/' . $fn . "\n";
+						// $output .= "      <Location /" . $fn . ">\n";
 						$output .= "      Alias /webdav/" . $fn . ' ' . $webdavRoot . '/' . $fn . "\n";
 						$output .= "      <Location /webdav/" . $fn . ">\n";
->>>>>>> .merge-right.r2129
 						$output .= "        DAV On\n";
 						$output .= "        AuthType Digest\n";
 						$output .= "        AuthName \"" . $fn . "\"\n";

--
Gitblit v1.9.1