mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +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;
|
||||
}
|
||||
|
||||
$phpgw_info["flags"] = array(
|
||||
"noheader" => True, "nonavbar" => True, "currentapp" => "home",
|
||||
"enable_network_class" => True, "enable_todo_class" => True,
|
||||
"enable_contacts_class" => True, "enable_nextmatchs_class" => True
|
||||
$phpgw_info['flags'] = array(
|
||||
'noheader' => True,
|
||||
'nonavbar' => True,
|
||||
'currentapp' => 'home',
|
||||
'enable_network_class' => True,
|
||||
'enable_contacts_class' => True,
|
||||
'enable_nextmatchs_class' => True
|
||||
);
|
||||
include("header.inc.php");
|
||||
// Note: I need to add checks to make sure these apps are installed.
|
||||
|
Loading…
Reference in New Issue
Block a user