You are here

function cas_init in CAS 6

Same name and namespace in other branches
  1. 6.3 cas.module \cas_init()
  2. 6.2 cas.module \cas_init()
  3. 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();
}