mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
Change to not use PHPGW_SERVER_ROOT ( no header.inc, no constant )
This commit is contained in:
parent
7225e341d1
commit
11d52774bd
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||||
include("./inc/functions.inc.php");
|
include("./inc/functions.inc.php");
|
||||||
include(PHPGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php');
|
include('../phpgwapi/setup/setup.inc.php');
|
||||||
$phpgw_info['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
$phpgw_info['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
||||||
unset($setup_info);
|
unset($setup_info);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user