"._("Current Version Info (Updated each stage of upgrade process):")."
"; ?>This module will allow you to upgrade to FreePBX version 2.5 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 2.5 version and you may disable or remove this module if it does not do so automatically.
"),$version); ?>You appear to have partially upgraded to version 2.5, 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 2.5 version and you may disable or remove this module if it it does not do so automatically.
"),$version); } else if (version_compare_freepbx($core_version, "2.5.0alpha0", "lt")) { echo "You appear to have upgraded Framework to version 2.5, 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 2.5 version and you may disable or remove this module if it it does not do so automatically.
"),$version); } 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); } ?>