-better comment in airtime-installed-check.php
This commit is contained in:
parent
42fbab9ff7
commit
c633779352
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ require_once(__DIR__.'/airtime-constants.php');
|
||||||
AirtimeInstall::ExitIfNotRoot();
|
AirtimeInstall::ExitIfNotRoot();
|
||||||
|
|
||||||
if (!file_exists('/etc/airtime/airtime.conf')) {
|
if (!file_exists('/etc/airtime/airtime.conf')) {
|
||||||
|
#airtime.conf doesn't exist, and we need it to connect to database
|
||||||
|
#Assume Airtime is not installed.
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue