mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
reversed some lame hard coded path that jengo put
This commit is contained in:
parent
5df0c4ae7d
commit
c98109234f
@ -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");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user