* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ $phpgw_flags["currentapp"] = "admin"; include("../header.inc.php"); if (! $con) Header("Location: accounts.php?sessionid=" . $phpgw->session->id); $phpgw->db->query("select * from accounts where con='$con'"); $phpgw->db->next_record(); $db_perms = $phpgw->permissions->read_other($phpgw->db->f("loginid")); ?>
db->f("loginid"); ?> | |
db->f("firstname"); ?> | |
db->f("lastname"); ?> | |
" . implode(", ", $perm_display) . " | |
" . lang_admin("account active") . " | "; if ($phpgw->db->f("status") == "A") echo lang_common("yes"); else echo "" . lang_common("no") . ""; ?> |
Groups: | groups->read_names($phpgw->db->f("loginid"));
for ($i=0;$i |
Last login | db->f("lastlogin")) echo "Never"; else echo $phpgw->preferences->show_date($phpgw->db->f("lastlogin")); ?> |
Last login from | db->f("lastloginfrom"); ?> |