Removed uneeded enable_x_flags

This commit is contained in:
jengo 2001-05-02 07:52:31 +00:00
parent 30851e8cbb
commit f26a92cea4

View File

@ -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.