"._("Current Version Info (Updated each stage of upgrade process):")."
"; ?>This module will allow you to upgrade to FreePBX version %s from the current version, %s, that you are running.
The upgrade process is a simple but multi-step process that you should complete all at one time. As always when upgrading a system, it is advisable that you complete this process when the system is not actively being used.
The steps you will take are:Once you have completed these step you will be upgraded to the new %s version and you may disable or remove this module if it does not do so automatically.
"),$versionupgrade_upgrade_final,$versionupgrade_upgrade_ver,$version,$versionupgrade_upgrade_ver,$versionupgrade_upgrade_ver); ?>You appear to have partially upgraded to version %s, your current version number is %s. The remaining steps you should take are:
Once you have completed these steps you will be upgraded to the new %s version and you may disable or remove this module if it it does not do so automatically.
"),$versionupgrade_upgrade_ver,$version,$versionupgrade_upgrade_ver); } else if (version_compare_freepbx($core_version, $versionupgrade_alpha_version, "lt")) { echo "You appear to have upgraded Framework to version %s, your current version number is %s. You still need to upgrade the Core Module and any other modules that show upgrades available. The remaining steps you should take are:
Once you have completed these steps you will be upgraded to the new %s version and you may disable or remove this module if it it does not do so automatically.
"),$versionupgrade_upgrade_ver,$version,$versionupgrade_upgrade_ver); } else { $results = module_delete($dispnum); redirect("config.php"); echo sprintf(_("You have successfully upgraded to FreePBX version %s. If this module has not been automatically disabled you should go to Module Admin and disabled or uninstall this module at this time"),$version); } ?>