include('user_inc.htm'); // Handle the progress screen if opened. if ($_SERVER[REQUEST_METHOD] == "POST") { $operationInProgress = true; $status = new ReturnStatus(); $newLicense = $_POST['licenseKey']; set_licensed_feature($user, $newLicense ); print $status->out(); return; } $features = get_licensed_features($user); $counts = get_library_summary_info($user); ?>