Added footer call to "Access not permitted" screen

This commit is contained in:
jengo 2001-02-08 06:10:36 +00:00
parent ac1eac623f
commit 2d3924eed6

View File

@ -319,7 +319,7 @@
if (! $phpgw_info["user"]["apps"][$phpgw_info["flags"]["currentapp"]]) {
$phpgw->common->phpgw_header();
echo "<p><center><b>".lang("Access not permitted")."</b></center>";
exit;
$phpgw->common->phpgw_exit(True);
}
}