From 9d4d6efdb9652df0a38d9885123ad128f713f411 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 9 Aug 2010 06:35:16 +0000 Subject: [PATCH] - set / as default value for ftp-homedir in customer_ftp, fixes #338 --- customer_ftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer_ftp.php b/customer_ftp.php index 5d7afc5f..947f1787 100644 --- a/customer_ftp.php +++ b/customer_ftp.php @@ -242,7 +242,7 @@ elseif($page == 'accounts') } else { - $pathSelect = makePathfield($userinfo['documentroot'], $userinfo['guid'], $userinfo['guid'], $settings['panel']['pathedit']); + $pathSelect = makePathfield($userinfo['documentroot'], $userinfo['guid'], $userinfo['guid'], $settings['panel']['pathedit'], '/'); if($settings['customer']['ftpatdomain'] == '1') {