diff options
-rw-r--r-- | packages/pure-ftpd.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/pure-ftpd.xml b/packages/pure-ftpd.xml index c18add9b..6a873d79 100644 --- a/packages/pure-ftpd.xml +++ b/packages/pure-ftpd.xml @@ -65,7 +65,6 @@ <custom_add_php_command> if($_POST['expiration']) $expires = " -e " . $_POST['expiration']; mwexec("/usr/sbin/pw useradd " . $_POST['username'] . $expires . " -m -k /home/ " . $_POST['username'] . " -s /usr/sbin/nologin"); - //mwexec("/bin/mkdir -p /home/" . $_POST['username']); $fd = popen("/usr/sbin/pw usermod -n " . $_POST['username'] . " -H 0", "w"); $salt = md5(time()); $crypted_pw = crypt($_POST['password'],$salt); |