mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Partial fix for BUG# 100477
This commit is contained in:
parent
225e7f6a82
commit
3bcd71d08a
@ -12,18 +12,19 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Idea: This is so I don't forget. When they are preforming a new install, after config,
|
Idea: This is so I don't forget. When they are performing a new install, after config,
|
||||||
forward them right to index.php. Create a session for them and have a nice little intro
|
forward them right to index.php. Create a session for them and have a nice little intro
|
||||||
page explaining what to do from there (ie, create there own account)
|
page explaining what to do from there (e.g., create their own account).
|
||||||
*/
|
*/
|
||||||
$GLOBALS['DEBUG'] = False;
|
$GLOBALS['DEBUG'] = False;
|
||||||
|
|
||||||
$GLOBALS['phpgw_info'] = array();
|
$GLOBALS['phpgw_info'] = array();
|
||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'nonavbar' => True,
|
'nonavbar' => True,
|
||||||
'currentapp' => 'home',
|
'currentapp' => 'home',
|
||||||
'noapi' => True
|
'noapi' => True,
|
||||||
|
'nocachecontrol' => True
|
||||||
);
|
);
|
||||||
include('./inc/functions.inc.php');
|
include('./inc/functions.inc.php');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user