##################################################################
# SETTINGS START
##################################################################
//User will be directed to login to this page define ('LOGIN_URL', 'http://www.midwestnha.com/managementemployees.html'
// Add login/password pairs below, like described above
// NOTE: all rows except last must have comma "," at the end of line
$LOGIN_INFORMATION = array(
'sbadahman' => 'sbadahman1',
'zbadahman' => 'badahmanz'
'eoliver' => 'nha360'
'hnazetta' => 'nha360'
'smazur' => 'nha360'
'krose' => 'nha360'
'cwhitcher' => 'Kidney123'
'mkoch' => 'nha360'
'rdalal' => 'nha360'
'ibashir' => 'nha360'
'mwendland' => 'nha360'
'sporch' => 'midwestNHA360'
'mmeyer' => 'midwestNHA360'
'
);
// request login? true - show login and password boxes, false - password box only
define('USE_USERNAME', true);
// User will be redirected to this page after logout
define('LOGOUT_URL', 'http://www.midwestnha.com/thank-you.html');
// time out after NN minutes of inactivity. Set to 0 to not timeout
define('TIMEOUT_MINUTES', 15);
// This parameter is only useful when TIMEOUT_MINUTES is not zero
// true - timeout time from last activity, false - timeout time from login
define('TIMEOUT_CHECK_ACTIVITY', true);
##################################################################
# SETTINGS END
##################################################################