mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fixed parse error
This commit is contained in:
parent
64df13855e
commit
86faef7c63
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" = "admin");
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
|
||||||
|
|
||||||
if (! $app_name)
|
if (! $app_name)
|
||||||
Header("Location: " . $phpgw->link("applications.php"));
|
Header("Location: " . $phpgw->link("applications.php"));
|
||||||
|
Loading…
Reference in New Issue
Block a user