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

@ -6,7 +6,7 @@ require_once('DB.php');
class AirtimeInstall
{
const CONF_DIR_BINARIES = "/usr/lib/airtime";
const CONF_DIR_WWW = "/var/www/airtime";
const CONF_DIR_WWW = "/usr/share/airtime/";
const CONF_DIR_LOG = "/var/log/airtime";
public static $databaseTablesCreated = false;