CC-2806: Create upgrade template file
-missing function -comment out redundant code
This commit is contained in:
parent
421f543f99
commit
d93a9edcd2
4 changed files with 11 additions and 6 deletions
|
@ -64,8 +64,7 @@ if (isset($version) && ($version != false) && ($version < AIRTIME_VERSION) && !i
|
|||
echo "Airtime version $version found.".PHP_EOL;
|
||||
|
||||
require_once("airtime-upgrade.php");
|
||||
|
||||
exit(2);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
if($version === false){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue