From 43949f2fa9d3ea19314352a6e37aa26dbf1090d7 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 8 May 2001 23:51:02 +0000 Subject: [PATCH] New manual system --- admin/help/account.php | 35 +++++++++++++++++++++++++++ admin/help/admin.php | 54 ++++++++++++++++++++++++++++++++++++++++++ admin/help/other.php | 34 ++++++++++++++++++++++++++ admin/help/session.php | 33 ++++++++++++++++++++++++++ 4 files changed, 156 insertions(+) create mode 100755 admin/help/account.php create mode 100755 admin/help/admin.php create mode 100755 admin/help/other.php create mode 100755 admin/help/session.php diff --git a/admin/help/account.php b/admin/help/account.php new file mode 100755 index 0000000000..c8e9796b85 --- /dev/null +++ b/admin/help/account.php @@ -0,0 +1,35 @@ + 'manual', + 'enable_utilities_class' => True + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../header.inc.php'); +?> + + +

+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. +

+
+common->phpgw_footer(); ?> diff --git a/admin/help/admin.php b/admin/help/admin.php new file mode 100755 index 0000000000..ccb2a10c02 --- /dev/null +++ b/admin/help/admin.php @@ -0,0 +1,54 @@ + 'manual', + 'enable_utilities_class' => True + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../header.inc.php'); +?> + + +

+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. +

+common->phpgw_footer(); ?> diff --git a/admin/help/other.php b/admin/help/other.php new file mode 100755 index 0000000000..16119efc28 --- /dev/null +++ b/admin/help/other.php @@ -0,0 +1,34 @@ + 'manual', + 'enable_utilities_class' => True + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../header.inc.php'); +?> + + +

+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. +

    +
  • Network news: +
    Manual update for news groups. +

    +

  • Server information: +
    At present phpinfo of the server that is running. +

    +

+common->phpgw_footer(); ?> diff --git a/admin/help/session.php b/admin/help/session.php new file mode 100755 index 0000000000..96277525c2 --- /dev/null +++ b/admin/help/session.php @@ -0,0 +1,33 @@ + 'manual', + 'enable_utilities_class' => True + ); + $phpgw_info['flags'] = $phpgw_flags; + include('../../header.inc.php'); +?> + + +

+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. +

    +
  • Session management: +

    View sessions: +
    Current sessions, IP, Login Time, Idle Time, and gives option to kill session. +

    View Access Log: +
    LoginId, IP, Login Time, Logout Time, Total time spent. +

+common->phpgw_footer(); ?>