Change to not use PHPGW_SERVER_ROOT ( no header.inc, no constant )

This commit is contained in:
Miles Lott 2001-05-31 00:01:40 +00:00
parent 7225e341d1
commit 11d52774bd

View File

@ -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);