CSS fixes to make page header more responsive

This commit is contained in:
Duncan Sommerville 2015-03-25 17:29:28 -04:00
parent 99d16444d2
commit 040eb1443d
5 changed files with 90 additions and 31 deletions

View file

@ -99,7 +99,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 = "2.5.2"; // @file_get_contents(self::$rootDir."/../VERSION");
self::$CC_CONFIG['airtime_version'] = md5($airtime_version.$buildVersion);
}