CC-2256 Airtime-upgrade.php does not upgrade the web app
changing to version 1.8.2
This commit is contained in:
parent
073f539f09
commit
3f43c39f41
2 changed files with 82 additions and 82 deletions
|
@ -6,7 +6,7 @@
|
||||||
* /etc/airtime/recorder.cfg
|
* /etc/airtime/recorder.cfg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('AIRTIME_VERSION', '1.9.0-devel');
|
define('AIRTIME_VERSION', '1.8.2');
|
||||||
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
|
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
|
||||||
define('AIRTIME_REST_VERSION', '1.1');
|
define('AIRTIME_REST_VERSION', '1.1');
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ import json
|
||||||
import os
|
import os
|
||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
|
|
||||||
AIRTIME_VERSION = "1.9.0"
|
AIRTIME_VERSION = "1.8.2"
|
||||||
|
|
||||||
def api_client_factory(config):
|
def api_client_factory(config):
|
||||||
if config["api_client"] == "airtime":
|
if config["api_client"] == "airtime":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue