From d247b25603e857e13e06e5768a6587920baf4c03 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 18 Aug 2001 13:34:10 +0000 Subject: [PATCH] Disable acl on verify_server() --- phpgwapi/inc/class.sessions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php index caf74472b2..50e38ca7a7 100644 --- a/phpgwapi/inc/class.sessions.inc.php +++ b/phpgwapi/inc/class.sessions.inc.php @@ -353,7 +353,7 @@ $phpgw_info['user']['account_id'] = $this->account_id; - $this->read_repositories(@$phpgw_info['server']['cache_phpgw_info']); + //$this->read_repositories(@$phpgw_info['server']['cache_phpgw_info']); $phpgw_info['user'] = $this->user; $phpgw_info['hooks'] = $this->hooks;