phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Re: Path to user and group files.....error


From: Dave Hall
Subject: [phpGroupWare-users] Re: Path to user and group files.....error
Date: Thu, 4 Jan 2007 16:51:59 -0700 (MST)


this is totally unsupported and can lead to security issues, use at your own 
risk

Change

function in_docroot($path)
{


at
/path/to/phpgroupware/phpgwapi/inc/class.vfs_sql.inc.php line 126
and
/path/to/phpgroupware/setup/config.php line 36

to read


function in_docroot($path)
{
  return false;


Again this is not a supported hack.Sent from the phpGroupWare forums @ 
http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]