2 // login.php - action of the login form put up by expired.php.
4 require('../../config.php');
11 $frm = data_submitted('');
14 if (sso_user_login($frm->username
, $frm->password
)) {
17 redirect($CFG->wwwroot
.'/mod/resource/type/repository/hive/openlitebrowse.php');
19 redirect($CFG->wwwroot
.'/sso/hive/expired.php');