mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02: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();
|
$newheader = $phpgw_setup->generate_header();
|
||||||
echo "<pre>";
|
echo "<pre>";
|
||||||
echo htmlentities($newheader);
|
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;
|
break;
|
||||||
case "write config":
|
case "write config":
|
||||||
include("./inc/phpgw_template.inc.php");
|
include("./inc/phpgw_template.inc.php");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user