mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Cleaned up calls to link()
This commit is contained in:
parent
c368a72134
commit
215ad8f011
@ -66,7 +66,7 @@
|
||||
$db = $phpgw->db;
|
||||
$db->query("select count(*) from phpgw_sessions where session_flags != 'A'");
|
||||
$db->next_record();
|
||||
$tpl->set_var("current_users",'<a href="' . $phpgw->link($phpgw_info["server"]["webserver_url"].'/admin/currentusers.php') . '"> '
|
||||
$tpl->set_var("current_users",'<a href="' . $phpgw->link('/admin/currentusers.php') . '"> '
|
||||
. lang("Current users") . ': ' . $db->f(0) . '</a>');
|
||||
}
|
||||
$tpl->set_var("user_info",$phpgw->common->display_fullname() . " - "
|
||||
|
Loading…
Reference in New Issue
Block a user