. # # # #################################################################################### session_start(); require_once('inc/config.inc.php'); require_once('lang/' . $CONFIG['lang'] . '/index.php'); if ($CONFIG['auth_set'] != 'none') { require_once('auth/' . $CONFIG['auth_set'] . '/auth.inc.php'); } require_once('inc/header.inc.php'); if ($CONFIG['auth_set'] == 'ldap') { echo '
' . $LANG['logged_in'] . ' ' . $_SESSION['user_fn'] . ' ' . $_SESSION['user_sn'] . '. ' . $LANG['logout'] . '.