fixed one more shortfall of manageheader

This commit is contained in:
seek3r 2001-01-01 10:49:38 +00:00
parent 2683bc556c
commit 7bb8355b5e

View File

@ -54,7 +54,13 @@
$newheader = $phpgw_setup->generate_header();
echo "<pre>";
echo htmlentities($newheader);
echo "</pre></body></html>";
echo "</pre><hr>";
echo "<form action=\"index.php\" method=post>";
echo "<br> After retrieving the file put it into place as the header.inc.php, then click continue.<br>";
echo "<input type=hidden name=\"FormLogout\" value=\"header\">";
echo "<input type=submit name=\"junk\" value=\"continue\">";
echo "</form>";
echo "</body></html>";
break;
case "write config":
include("./inc/phpgw_template.inc.php");