nextmatchs->sql_limit($start); $phpgw->db->query("select count(*) from sessions"); $phpgw->db->next_record(); $total = $phpgw->db->f(0); $limit = $phpgw->nextmatchs->sql_limit($start); ?>
nextmatchs->right("currentusers.php",$start,$total); ?> | ||||
nextmatchs->show_sort_order($sort,"loginid",$order,"currentusers.php", lang_admin("LoginID")); ?> | nextmatchs->show_sort_order($sort,"ip",$order,"currentusers.php", lang_admin("IP")); ?> | nextmatchs->show_sort_order($sort,"logintime",$order,"currentusers.php", lang_admin("Login Time"));?> | nextmatchs->show_sort_order($sort,"dla",$order,"currentusers.php", lang_admin("idle")); ?> | |
db->f("loginid"); ?> | db->f("ip"); ?> | preferences->show_date($phpgw->db->f("logintime")); ?> | db->f("dla")) ); ?> | db->f("sessionid") != $phpgw->session->id) { echo "link("killsession.php","ksession=" . $phpgw->db->f("sessionid") . "&kill=true\">" . lang_admin("Kill")); } else { echo " "; } ?> |