Basically just a common-sense/human-powered s/apps\///g Should make multiapp-dir configs a bit easier.
5 lines
185 B
PHP
5 lines
185 B
PHP
<?php
|
|
OC::$CLASSPATH['OC_User_IMAP']='user_external/lib/imap.php';
|
|
OC::$CLASSPATH['OC_User_SMB']='user_external/lib/smb.php';
|
|
OC::$CLASSPATH['OC_User_FTP']='user_external/lib/ftp.php';
|