Disabled most of status page for Airtime Pro and fixed HTML syntax errors

This commit is contained in:
Albert Santoni 2015-06-12 10:36:27 -04:00
parent 980e2ad767
commit 53b67d0826
2 changed files with 10 additions and 7 deletions

View file

@ -23,6 +23,7 @@ class CORSHelper
return array("http://www.airtime.pro",
"https://www.airtime.pro",
"https://account.sourcefabric.com",
"https://account.sourcefabric.com:5001",
"http://" . $_SERVER['SERVER_NAME'],
"https://" . $_SERVER['SERVER_NAME']);
}