forked from extern/egroupware
Added footer call to "Access not permitted" screen
This commit is contained in:
parent
ac1eac623f
commit
2d3924eed6
@ -319,7 +319,7 @@
|
|||||||
if (! $phpgw_info["user"]["apps"][$phpgw_info["flags"]["currentapp"]]) {
|
if (! $phpgw_info["user"]["apps"][$phpgw_info["flags"]["currentapp"]]) {
|
||||||
$phpgw->common->phpgw_header();
|
$phpgw->common->phpgw_header();
|
||||||
echo "<p><center><b>".lang("Access not permitted")."</b></center>";
|
echo "<p><center><b>".lang("Access not permitted")."</b></center>";
|
||||||
exit;
|
$phpgw->common->phpgw_exit(True);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user