Menu

#495 Error in "File"-authentication

User_Authentication
open
nobody
5
2012-10-11
2005-09-10
Anonymous
No

The file "lib/WikiUser/File.php" contains an error in the
path when the file "File_Passwd.php" is included. Below
you can see the buggy line of code (commented out)
and a corrected version.

//include_once(dirname
(FILE)."/pear/File_Passwd.php"); // same style as
in main.php

include_once(dirname
(FILE)."/../pear/File_Passwd.php"); // changed by
jojje@sandholm.com 2005-09-10

phpwiki version: 1.3.11

/jojje@sandholm.com

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.