SAAS-94: Phone home metrics: Gather info about streaming setup
- changes in Airtime repo side - phone home stat sends stream info to data collection server
This commit is contained in:
parent
417c4ba022
commit
fd10393b01
3 changed files with 41 additions and 1 deletions
|
@ -36,6 +36,7 @@ require_once($CC_CONFIG['phpDir'].'/application/models/Schedule.php');
|
|||
require_once($CC_CONFIG['phpDir'].'/application/models/Show.php');
|
||||
require_once($CC_CONFIG['phpDir'].'/application/models/ShowInstance.php');
|
||||
require_once($CC_CONFIG['phpDir'].'/application/models/Preference.php');
|
||||
require_once($CC_CONFIG['phpDir'].'/application/models/StreamSetting.php');
|
||||
|
||||
//Pear classes.
|
||||
set_include_path($CC_CONFIG['phpDir'].'/library/pear' . PATH_SEPARATOR . get_include_path());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue