diff --git a/telemetry/stats.php b/telemetry/stats.php index 0d21b21..13b390e 100644 --- a/telemetry/stats.php +++ b/telemetry/stats.php @@ -54,6 +54,7 @@ header('Content-Type: text/html; charset=utf-8');
| Test ID | =htmlspecialchars($id, ENT_HTML5, 'UTF-8') ?> |
|---|---|
| Test ID | =htmlspecialchars(($enable_id_obfuscation?obfuscateId($id):$id), ENT_HTML5, 'UTF-8') ?> |
| Date and time | =htmlspecialchars($timestamp, ENT_HTML5, 'UTF-8') ?> |
| IP and ISP Info | =$ip ?> =htmlspecialchars($ispinfo, ENT_HTML5, 'UTF-8') ?> |
| User agent and locale | =$ua ?> =htmlspecialchars($lang, ENT_HTML5, 'UTF-8') ?> |