This commit is contained in:
Fred Boniface 2022-09-16 20:47:30 +01:00
parent 5b789684b6
commit ac7c291af5
1 changed files with 1 additions and 1 deletions

View File

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