mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +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
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||
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'];
|
||||
unset($setup_info);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user