//------------------------------------------------------------------------------
// Licensed Materials - Property of IBM
// (c) Copyright IBM Corporation 2001,2002 All Rights Reserved.
// US Government Users Restricted Rights - Use, duplication or disclosure
// restricted by GSA ADP Schedule Contract with IBM Corp.
//------------------------------------------------------------------------------
// Logged in Users
//
// Filename: ms_logged_in_users.htm
//
// This file displays the active users.
//
//
// Change History:
//
// Date Defect Changed By Description of Change
// ---- ------ ---------- ---------------------
// 01/12/2006 roomor01 File Created
//------------------------------------------------------------------------------
include('main_inc.htm');
include('common_admin_inc.htm');
//get the logged in (active) users
$active_users = get_active_users($user);
$total = count($active_users);
$displayed = $total;
?>