//------------------------------------------------------------------------------ // 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. //------------------------------------------------------------------------------ // Key Path Diagnostics // // Filename: sl_license_keys.htm // // This file displays the installation status of all license keys. // // // Change History: // // Date Defect Changed By Description of Change // ---- ------ ---------- --------------------- // 11/06/2007 kls File Created // 04/21/2008 rlw Added activate/deactivate functionality //------------------------------------------------------------------------------ include('main_inc.htm'); include('common_admin_inc.htm'); // get the license key info $keys = get_licensable_features($user); $numRows = count($keys); $features = get_licensed_features($user); $numFeatures = count($features); $errorCode=0; $message=""; if ($_SERVER[REQUEST_METHOD]=='POST') { $displayMessage = $_REQUEST['Message']; $errorCode = $_REQUEST['errorCode']; $returnMessage = $_REQUEST['returnMessage']; } ?>
Feature Licenses |