From a892b8c8007f87c39497dd98aa268d35428416a8 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Tue, 08 Jun 2010 08:09:49 -0400 Subject: [PATCH] ISPConfig can now handle webdav - user (only at the interface, server to come ;-) --- install/tpl/system.ini.master | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master index 4459ca2..bf85ec5 100644 --- a/install/tpl/system.ini.master +++ b/install/tpl/system.ini.master @@ -17,6 +17,7 @@ dbuser_prefix=c[CLIENTID] ftpuser_prefix=[CLIENTNAME] shelluser_prefix=[CLIENTNAME] +webdavuser_prefix=[CLIENTNAME] dblist_phpmyadmin_link=y phpmyadmin_url= -- Gitblit v1.9.1