mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
"setting currentapp='setup' for setup"
This commit is contained in:
parent
8a9bf481f5
commit
5447cd6a6d
@ -18,6 +18,13 @@
|
|||||||
// for an old header, we need to setup the reference before including it
|
// for an old header, we need to setup the reference before including it
|
||||||
$GLOBALS['phpgw_info'] =& $GLOBALS['egw_info'];
|
$GLOBALS['phpgw_info'] =& $GLOBALS['egw_info'];
|
||||||
|
|
||||||
|
$GLOBALS['egw_info'] = array(
|
||||||
|
'flags' => array(
|
||||||
|
'noheader' => True,
|
||||||
|
'nonavbar' => True,
|
||||||
|
'currentapp' => 'setup',
|
||||||
|
'noapi' => True
|
||||||
|
));
|
||||||
if(file_exists('../header.inc.php'))
|
if(file_exists('../header.inc.php'))
|
||||||
{
|
{
|
||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
@ -50,7 +57,7 @@
|
|||||||
define('EGW_API_INC',EGW_SERVER_ROOT.'/phpgwapi/inc');
|
define('EGW_API_INC',EGW_SERVER_ROOT.'/phpgwapi/inc');
|
||||||
}
|
}
|
||||||
|
|
||||||
require(EGW_INCLUDE_ROOT . '/phpgwapi/inc/common_functions.inc.php');
|
require_once(EGW_INCLUDE_ROOT . '/phpgwapi/inc/common_functions.inc.php');
|
||||||
|
|
||||||
define('SEP',filesystem_separator());
|
define('SEP',filesystem_separator());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user