*/ include("session.php"); require_once("class_functions.php"); require_once("class_db.php"); if(file_exists($_SESSION['config']['lang'].'.php')) { include($_SESSION['config']['lang'].'.php'); } else { $_SESSION['error'] = "Language file missing...
"; } $table_doctypes= "doctypes"; $table_service="services"; $_SESSION['tablechoice'] = ""; $_SESSION["search"] = ""; $_SESSION['right_list'] = array(); $conn = new dbquery(); $conn->connect(); $conn->query("select USER_ID, FIRSTNAME, LASTNAME, STATUS from ".$_SESSION['tablename']['users']." where ENABLED = 'Y' order by LASTNAME asc"); $users_list = array(); while($res = $conn->fetch_object()) { array_push($users_list, array('ID' => $res->USER_ID, 'NOM' => $res->LASTNAME, 'PRENOM' => $res->FIRSTNAME, 'STATUT' => $res->STATUS)); } $time = $conn->get_session_time_expire(); ?> <?php echo _WELCOME_LIST9;?>


"true") { echo 'colspan="2"'; } ?> align="center">




Calendrier Calendrier
Calendrier Calendrier