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:
James 2011-12-07 10:31:16 -05:00
parent 417c4ba022
commit fd10393b01
3 changed files with 41 additions and 1 deletions

View file

@ -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());