out(); } else { // Handle the progress screen if opened. error_log("Applying license(s)..."); $newLicense = trim($_POST['licenseKey']); set_licensed_feature($user, $newLicense ); //print $status->out(); print $status->closeMsg( 5, "Licensed page" ); } return; } $features = get_licensed_features($user); error_log("get_licensed_features = ". print_r($features, true) ); $counts = get_library_summary_info($user); error_log("get_library_summary_info = ". print_r($counts, true) ); // See if we should show the reset 90 Day AR license button. $bShowResetButton = false; if (file_exists("/var/.tar")) $bShowResetButton = true; ?>