CC-2693: Copy PHP files to /usr/shar/airtime instead of /var/www/airtime

- done for new install
- upgrade need some more work
This commit is contained in:
James 2011-08-22 12:03:09 -04:00
parent d6692b7cf9
commit 376ae1370c
14 changed files with 513 additions and 10 deletions

View file

@ -21,7 +21,7 @@ from urlparse import urlparse
import base64
from configobj import ConfigObj
AIRTIME_VERSION = "1.9.1"
AIRTIME_VERSION = "1.9.2"
def api_client_factory(config):
logger = logging.getLogger()