On Thu, Jan 04, 2007 at 12:51:01PM -0500, Michael Schultheiss wrote:
> Chris Travers wrote:
> > Hi Mike;
> > 
> > Try the patch to upgrade to 1.1.6 from sourceforge.
> 
> I've patched my 1.1.5 install to 1.1.6 and still get:
> 
> Error!
> 
> Access Denied!
> 
> both on logging in or trying to edit the password from the admin
> interface.

Change line 731 of LedgerSMB/User.pm from
  if ($filename =~ /^(.:)*?|\.\./) {
to
  if ($filename =~ /^(.:)+?|\.\./) {

-- 
Seneca
[EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to