mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
Removed uneeded enable_x_flags
This commit is contained in:
parent
30851e8cbb
commit
f26a92cea4
11
index.php
11
index.php
@ -25,10 +25,13 @@
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw_info["flags"] = array(
|
$phpgw_info['flags'] = array(
|
||||||
"noheader" => True, "nonavbar" => True, "currentapp" => "home",
|
'noheader' => True,
|
||||||
"enable_network_class" => True, "enable_todo_class" => True,
|
'nonavbar' => True,
|
||||||
"enable_contacts_class" => True, "enable_nextmatchs_class" => True
|
'currentapp' => 'home',
|
||||||
|
'enable_network_class' => True,
|
||||||
|
'enable_contacts_class' => True,
|
||||||
|
'enable_nextmatchs_class' => True
|
||||||
);
|
);
|
||||||
include("header.inc.php");
|
include("header.inc.php");
|
||||||
// Note: I need to add checks to make sure these apps are installed.
|
// Note: I need to add checks to make sure these apps are installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user