Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
df476d9cb6
19 changed files with 271 additions and 218 deletions
|
@ -33,6 +33,7 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
|||
require_once($CC_CONFIG['phpDir'].'/application/models/StoredFile.php');
|
||||
require_once($CC_CONFIG['phpDir'].'/application/models/Preference.php');
|
||||
require_once($CC_CONFIG['phpDir'].'/application/models/MusicDir.php');
|
||||
require_once($CC_CONFIG['phpDir'].'/application/common/OsPath.php');
|
||||
|
||||
set_include_path($CC_CONFIG['phpDir'].'/library' . PATH_SEPARATOR . get_include_path());
|
||||
require_once($CC_CONFIG['phpDir'].'/application/models/Soundcloud.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue