Update system.php (#4990)

This commit is contained in:
chansizzle 2019-12-28 12:16:34 -07:00 committed by FusionPBX
parent 21c5d73d3e
commit d1ffe9aa38
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2017
Portions created by the Initial Developer are Copyright (C) 2008-2019
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -166,6 +166,12 @@
echo " <td class=\"row_style1\">$switch_git_info</td>\n";
echo "</tr>\n";
}
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " ".$text['label-php']." ".$text['label-version']."\n";
echo " </td>\n";
echo " <td class=\"row_style1\">".phpversion()."</td>\n";
echo "</tr>\n";
}
echo "<tr>\n";