Moved version number up

This commit is contained in:
jengo 2001-04-23 08:54:42 +00:00
parent e1a8dfd4df
commit 155246b74b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
echo "</head>\n"; echo "</head>\n";
echo "<BODY BGCOLOR=\"FFFFFF\" margintop=\"0\" marginleft=\"0\" marginright=\"0\" marginbottom=\"0\">"; echo "<BODY BGCOLOR=\"FFFFFF\" margintop=\"0\" marginleft=\"0\" marginright=\"0\" marginbottom=\"0\">";
echo "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>"; echo "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"2\"><tr>";
echo " <td align=\"left\" bgcolor=\"486591\">&nbsp;<font color=\"fefefe\">phpGroupWare version ".$phpgw_info["server"]["versions"]["phpgwapi"]." setup</font></td>"; echo " <td align=\"left\" bgcolor=\"486591\">&nbsp;<font color=\"fefefe\">phpGroupWare version ".$phpgw_info["server"]["versions"]["phpgwapi"]." - 'All your base are belong to us' setup</font></td>";
echo " <td align=\"right\" bgcolor=\"486591\">"; echo " <td align=\"right\" bgcolor=\"486591\">";
if ($nologoutbutton) { if ($nologoutbutton) {
echo "&nbsp;</td>"; echo "&nbsp;</td>";

View File

@ -11,5 +11,5 @@
/* $Id$ */ /* $Id$ */
$phpgw_info['server']['versions']['phpgwapi'] = '0.9.10pre28'; $phpgw_info['server']['versions']['phpgwapi'] = '0.9.10';
$phpgw_info['server']['versions']['current_header'] = '1.11'; $phpgw_info['server']['versions']['current_header'] = '1.11';