egroupware_official/admin/help/session.php

34 lines
1.5 KiB
PHP
Raw Normal View History

2001-05-09 01:51:02 +02:00
<?php
/**************************************************************************\
* phpGroupWare - User manual *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* 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 = Array(
'currentapp' => 'manual',
'enable_utilities_class' => True
);
$phpgw_info['flags'] = $phpgw_flags;
include('../../header.inc.php');
?>
2001-05-09 01:59:48 +02:00
<img src="<?php echo $phpgw->common->image('admin','navbar.gif'); ?>" border=0>
2001-05-09 01:51:02 +02:00
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
<p>
This function is usually only available to the systems administrator of the system.
Administration of all applications, user and group accounts, session logging and control.
<ul>
<li><b>Session management:</b>
<p><i>View sessions:</i>
<br>Current sessions, IP, Login Time, Idle Time, and gives option to kill session.
<p><i>View Access Log:</i>
<br>LoginId, IP, Login Time, Logout Time, Total time spent.
</ul>
<?php $phpgw->common->phpgw_footer(); ?>