Now i think

This commit is contained in:
Fred Boniface 2022-09-16 20:50:37 +01:00
parent ac7c291af5
commit 43f5e673fb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<br>
Details: <?php echo $_GET["details"]; ?>
<br>
Browser: <?php echo $HTTP_USER_AGENT; ?>
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
</body>
</html>