diff --git a/core/upgrade/index.php b/core/upgrade/index.php index 55f1672ba5..d1a4ba5769 100644 --- a/core/upgrade/index.php +++ b/core/upgrade/index.php @@ -157,13 +157,13 @@ if (permission_exists("upgrade_source") && !is_dir("/usr/share/examples/fusionpbx") && is_writeable($_SERVER["PROJECT_ROOT"]."/.git")) { echo "
| \n";
echo " ".$step++." ";
echo " ".$text['label-upgrade_source'];
echo " | \n";
- echo " \n";
- echo " ".$text['description-upgrade_source']." \n"; + echo " | \n";
+ echo " ".$text['description-upgrade_source']." \n"; // show current git version info chdir($_SERVER["PROJECT_ROOT"]); @@ -175,7 +175,7 @@ echo $text['label-git_branch'].' '.$git_current_branch." \n"; //echo $text['label-git_commit'].' '." "; echo " \n"; + echo $git_current_commit . "..." . "$git_current_branch' target='_blank' onclick=\"event.stopPropagation();\"> \n"; echo $git_current_commit . " \n"; echo ""; } @@ -187,26 +187,26 @@ if (permission_exists("upgrade_schema")) { echo "
|