reversed some lame hard coded path that jengo put

This commit is contained in:
seek3r 2001-01-24 19:28:08 +00:00
parent 5df0c4ae7d
commit c98109234f

View File

@ -29,9 +29,6 @@
exit;
} unset($d1);
// Note: We should add a way to force the developer to say which ones to use. (jengo)
include("/home/httpd/html/phpgroupware/phpgwapi/inc/class.sbox.inc.php");
class utilities
{
var $rssparser;
@ -48,8 +45,7 @@
// $phpgw->http = CreateObject("phpgwapi.http");
// $phpgw->matrixview = CreateObject("phpgwapi.matrixview");
// $phpgw->menutree = CreateObject("phpgwapi.menutree");
$this->sbox = new sbox;
// $phpgw->sbox = CreateObject("phpgwapi.portalbox");
$phpgw->sbox = CreateObject("phpgwapi.portalbox");
}
}
?>