*** empty log message ***

This commit is contained in:
phoenixfr
2005-03-11 07:48:28 +00:00
parent d9121bf868
commit 5b9d159e8d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PHPCAS README
This cas is the PHPCAS project from http://esup-phpcas.sourceforge.net version 0.4.16-2
This CAS is the PHPCAS project from http://esup-phpcas.sourceforge.net version 0.4.16-2
The auth/cas module is using this lib.
+1
View File
@@ -2,6 +2,7 @@ CAS-module README
Please read comments from lib.php for auth/cas module
The auth/cas/CAS is the PHPCAS project from http://esup-phpcas.sourceforge.net version 0.4.16-2
The auth/cas module is using part of the /auth/ldap module. The /auth/ldap directory should exist.
Other changes made:
+1 -1
View File
@@ -5,7 +5,7 @@
* 10.03.2004 Creation
*/
require_once($CFG->dirroot."/config.php");
include_once($CFG->dirroot.'/auth/cas/CAS/CAS.php');
include_once($CFG->dirroot.'/auth/cas/cas/CAS.php');
$cas_validate=false;
/**