CC-2807: Remove AIRTIME_VERSION from constants.php and use the value in the database instead
-done
This commit is contained in:
parent
e60db9e031
commit
cd95170b06
10 changed files with 94 additions and 147 deletions
|
@ -15,7 +15,7 @@ if (!file_exists(AirtimeIni::CONF_FILE_AIRTIME)) {
|
|||
echo "Most likely this means that Airtime is not installed, so there is nothing to do.".PHP_EOL.PHP_EOL;
|
||||
exit();
|
||||
}
|
||||
require_once(AirtimeInstall::GetAirtimeSrcDir().'/application/configs/constants.php');
|
||||
require_once(__DIR__.'/airtime-constants.php');
|
||||
require_once(AirtimeInstall::GetAirtimeSrcDir().'/application/configs/conf.php');
|
||||
|
||||
echo PHP_EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue