function cas_init in CAS 6
Same name and namespace in other branches
- 6.3 cas.module \cas_init()
- 6.2 cas.module \cas_init()
- 7 cas.module \cas_init()
Implementation of hook_init Traps a page load to see if authentication is required.
File
- ./
cas.module, line 17
Code
function cas_init() {
cas_login_check();
}