CC-2271 1.8.2 code cleanup tasks
This commit is contained in:
parent
b84854c13c
commit
2081d8af2a
2 changed files with 6 additions and 6 deletions
|
@ -18,9 +18,9 @@ const CONF_DIR_STORAGE = "/srv/airtime";
|
|||
const CONF_DIR_WWW = "/var/www/airtime";
|
||||
const CONF_DIR_LOG = "/var/log/airtime";
|
||||
|
||||
const AIRTIME_SRC = __DIR__."/../../../airtime_mvc";
|
||||
const AIRTIME_UTILS = __DIR__."/../../../utils";
|
||||
const AIRTIME_PYTHON_APPS = __DIR__."/../../../python_apps";
|
||||
const AIRTIME_SRC = __DIR__.'/../../../airtime_mvc';
|
||||
const AIRTIME_UTILS = __DIR__.'/../../../utils';
|
||||
const AIRTIME_PYTHON_APPS = __DIR__.'/../../../python_apps';
|
||||
|
||||
$configFiles = array(CONF_FILE_AIRTIME,
|
||||
CONF_FILE_PYPO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue