mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-12 00:10:37 +01:00
commented out header table that was causing problems with redirects
This commit is contained in:
parent
a558326b67
commit
b7323cb94f
@ -43,6 +43,9 @@
|
|||||||
* *
|
* *
|
||||||
\**********************************************************************/
|
\**********************************************************************/
|
||||||
|
|
||||||
|
/* Commenting out the following header since it breaks necessary
|
||||||
|
redirections in the setup code (core_setup.inc.php). -mr_e
|
||||||
|
|
||||||
echo ' <table border="0" width="100%"><tr>'
|
echo ' <table border="0" width="100%"><tr>'
|
||||||
. '<td align="left" bgcolor="486591"> <font color="fefefe">phpGroupWare version '
|
. '<td align="left" bgcolor="486591"> <font color="fefefe">phpGroupWare version '
|
||||||
. $phpgw_info["server"]["version"] . ' setup</font></td><td align="right" bgcolor="486591">';
|
. $phpgw_info["server"]["version"] . ' setup</font></td><td align="right" bgcolor="486591">';
|
||||||
@ -51,6 +54,7 @@
|
|||||||
echo " <input type='submit' name='Logout' value='Logout'>\n";
|
echo " <input type='submit' name='Logout' value='Logout'>\n";
|
||||||
echo " </form>\n";
|
echo " </form>\n";
|
||||||
echo "</td></tr></table>";
|
echo "</td></tr></table>";
|
||||||
|
*/
|
||||||
|
|
||||||
$ok = true;
|
$ok = true;
|
||||||
$baseDir = $phpgw_info["server"]["server_root"];
|
$baseDir = $phpgw_info["server"]["server_root"];
|
||||||
|
Loading…
Reference in New Issue
Block a user