egroupware_official/admin/help/FI/other.php
2002-04-02 20:25:02 +00:00

34 lines
1.4 KiB
PHP

<?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',
'admin_header' => True,
'enable_utilities_class' => True
);
$phpgw_info['flags'] = $phpgw_flags;
include('../../../header.inc.php');
$appname = 'admin';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
Tämä sovellus on yleensä vain järjestelmän pääkäyttäjän käytettävissä.
Sovelluksella hallitaan kaikkia sovelluksia, käyttäjiä, ryhmiä ja istuntojen
lokeja.
<ul><li><b>Uutisryhmät:</b><br/>
Uutisryhmien päivitys käsin.</li><p/>
<li><b>Palvelimen tiedot:</b><br/>
Tällä hetkellä palvelimen phpinfo.</li><p/>
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>