Added placeholders for player embed code and preview

This commit is contained in:
drigato 2015-02-25 17:10:41 -05:00
parent cf11291877
commit 2272451e08
7 changed files with 35 additions and 34 deletions

View file

@ -92,7 +92,7 @@ class Config {
public static function setAirtimeVersion() {
$airtime_version = Application_Model_Preference::GetAirtimeVersion();
$uniqueid = Application_Model_Preference::GetUniqueId();
$buildVersion = file_get_contents(self::$rootDir."/../VERSION");
$buildVersion = @file_get_contents(self::$rootDir."/../VERSION");
self::$CC_CONFIG['airtime_version'] = md5($airtime_version.$buildVersion);
}