[dev] IMSP patch
Michael Rubinsky
mike at theupstairsroom.com
Sun Feb 8 19:18:58 PST 2004
Small fix to IMSP/Auth.php to fix a file path. Tested the code on my
server and the newly cleaned code is now functional.
Thanks...
Mike
--
Michael Rubinsky
TheUpstairsRoom Consulting
-------------- next part --------------
Index: IMSP/Auth.php===================================================================RCS file: /repository/framework/Net_IMSP/IMSP/Auth.php,vretrieving revision 1.1diff -r1.1 Auth.php35c35,36< function authenticate($userId, $credentials, $imsp_server, $imsp_port='', $login = true)---> function authenticate($userId, $credentials, $imsp_server, $imsp_port='',> $login = true)75,76c76,77< if (@file_exists(dirname(__FILE__) . '/IMSP_Auth/' . $driver . '.php')) {< require_once dirname(__FILE__) . '/IMSP_Auth/' . $driver . '.php';---> if (@file_exists(dirname(__FILE__) . '/Auth/' . $driver . '.php')) {> require_once dirname(__FILE__) . '/Auth/' . $driver . '.php';
More information about the dev
mailing list