-better comment in airtime-installed-check.php

This commit is contained in:
Martin Konecny 2012-04-30 12:25:05 -04:00
parent 42fbab9ff7
commit c633779352

View file

@ -15,6 +15,8 @@ require_once(__DIR__.'/airtime-constants.php');
AirtimeInstall::ExitIfNotRoot();
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;
}