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:
parent
d6692b7cf9
commit
376ae1370c
14 changed files with 513 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue