mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
fixed one more shortfall of manageheader
This commit is contained in:
parent
2683bc556c
commit
7bb8355b5e
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user