| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
| Up one level | ||
| db/ | ||
| constants.php [source] [18 lines] | ||
| defaults.php [source] [8 lines] | ||
| index.php [source] [82 lines] | ||
| lib.php [source] [444 lines] | ||
| list.php [source] [37 lines] | ||
| mod.html [source] [781 lines] | ||
| settings.php [source] [12 lines] | ||
| userinfo.php [source] [41 lines] | This page return user info in CSV format to LAMS server. The pass-in parameters are un, ts and hs. un means username, ts means timestamp and hs means hash. The plain text of the hash should be lower case string of ts.trim()+un.trim()+serverId+serverKey. The hash algorithm is sha1. If the hash is not matched to the result calculated, then a http error code should be returned. Moodle's admin should be responsible for correctly setting serverId and serverKey | |
| version.php [source] [12 lines] | ||
| view.php [source] [106 lines] |
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |