CC-3297: Depend on zendframework and php-pear as external packages
-Remove dependency on included Zend files. -Remove included Zend files -Zend is now external dependency
This commit is contained in:
parent
51e181b445
commit
5dcb033c84
2717 changed files with 27 additions and 676351 deletions
|
@ -51,8 +51,7 @@ $CC_CONFIG = array(
|
|||
'soundcloud-connection-retries' => $values['soundcloud']['connection_retries'],
|
||||
'soundcloud-connection-wait' => $values['soundcloud']['time_between_retries'],
|
||||
|
||||
"rootDir" => __DIR__."/../..",
|
||||
'zendPath' => dirname(__FILE__).'/../../library/Zend'
|
||||
"rootDir" => __DIR__."/../.."
|
||||
);
|
||||
|
||||
AirtimeInstall::DbConnect(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue