ftp user backend

This commit is contained in:
Robin Appelman
2012-07-19 23:03:02 +02:00
parent 8500f30dfb
commit 290cfadc9d
4 changed files with 87 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
<?php
OC::$CLASSPATH['OC_User_IMAP']='apps/user_external/lib/imap.php';
OC::$CLASSPATH['OC_User_SMB']='apps/user_external/lib/smb.php';
OC::$CLASSPATH['OC_User_FTP']='apps/user_external/lib/ftp.php';