1<?php
2  /**************************************************************************\
3  * phpGroupWare - User manual                                               *
4  * http://www.phpgroupware.org                                              *
5  * --------------------------------------------                             *
6  *  This program is free software; you can redistribute it and/or modify it *
7  *  under the terms of the GNU General Public License as published by the   *
8  *  Free Software Foundation; either version 2 of the License, or (at your  *
9  *  option) any later version.                                              *
10  \**************************************************************************/
11
12	/* $Id: admin.php 21078 2010-03-25 22:53:27Z Caeies $ */
13	$phpgw_flags = Array(
14		'currentapp'	=> 'manual',
15		'admin_header'	=> True,
16	);
17	$phpgw_info['flags'] = $phpgw_flags;
18	include('../../../header.inc.php');
19	$appname = 'admin';
20?>
21<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
22<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
23This function is usually only available to the systems administrator of the system.
24Administration of all applications, user and group accounts, session logging and control.
25<ul>
26<li><b>Account management:</b><br/>
27<i>User accounts:</i><br/>
28Create, edit and delete users accounts. Set membership of groups, and access to applications.<br/
29><i>User groups:</i><br/>
30Create, edit and delete groups.<p/>
31<li><b>Session management:</b><br/>
32<i>View sessions:</i><br/>
33Current sessions, IP, Login Time, Idle Time, and gives option to kill session.<br/>
34<i>View Access Log:</i><br/>
35LoginId, IP, Login Time, Logout Time, Total time spent.</li><p/>
36<li><b>Headline sites:</b><br/>
37Administer headline sites as seen by users in the headlines application.<br/>
38<i>Edit:</i> Options for the headline sites:<br/>
39Display,BaseURL, NewsFile,Minutes between reloads,Listing Displayed,News Type.<br/>
40<i>Delete:</i>Remove an existing headling site, clicking on delete will give
41you a checking page to be sure you do want to delete.<br/>
42<i>View:</i>Displays set options as in edit.<br/>
43<i>Add:</i>Form for adding new headline site, options as in edit.</li><p/>
44<li><b>Network news:</b><br/>
45Manual update for news groups.</li><p/>
46<li><b>Server information:</b><br/>
47At present phpinfo of the server that is running.</li><p/>
48</ul></font>
49<?php $phpgw->common->phpgw_footer(); ?>
50