forked from extern/egroupware
small fixes
This commit is contained in:
parent
6169771542
commit
f0681bc53e
@ -69,7 +69,7 @@
|
|||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
echo " <tr bgcolor=\"e6e6e6\">\n";
|
echo " <tr bgcolor=\"e6e6e6\">\n";
|
||||||
echo " <td>";
|
echo " <td>";
|
||||||
echo " <form method=\"POST\" action=$PHP_SELF>\n";
|
echo " <form method=\"POST\" action=\"$PHP_SELF\">\n";
|
||||||
echo " <input type=\"hidden\" name=\"oldversion\" value=\"".$oldversion."\">\n";
|
echo " <input type=\"hidden\" name=\"oldversion\" value=\"".$oldversion."\">\n";
|
||||||
echo " <input type=\"hidden\" name=\"useglobalconfigsettings\">\n";
|
echo " <input type=\"hidden\" name=\"useglobalconfigsettings\">\n";
|
||||||
echo " <input type=\"submit\" name=\"action\" value=\"Upgrade\">\n";
|
echo " <input type=\"submit\" name=\"action\" value=\"Upgrade\">\n";
|
||||||
@ -98,7 +98,7 @@
|
|||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
?>
|
?>
|
||||||
<form method="POST" action=<?php $PHP_SELF?>>
|
<form method="POST" action="<?php $PHP_SELF?>">
|
||||||
<table border="0" align="center">
|
<table border="0" align="center">
|
||||||
<tr bgcolor="486591">
|
<tr bgcolor="486591">
|
||||||
<td colspan="2"><font color="fefefe"> <b>Upgrade information</b></font></td>
|
<td colspan="2"><font color="fefefe"> <b>Upgrade information</b></font></td>
|
||||||
@ -248,4 +248,4 @@
|
|||||||
|
|
||||||
echo "</body></html>";
|
echo "</body></html>";
|
||||||
//db->disconnect();
|
//db->disconnect();
|
||||||
?>
|
?>
|
||||||
|
@ -55,3 +55,4 @@ if (isset($FormPW) ) {
|
|||||||
}
|
}
|
||||||
// Auth ok.
|
// Auth ok.
|
||||||
setcookie("SetupCookie","$SetupCookie");
|
setcookie("SetupCookie","$SetupCookie");
|
||||||
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user