This commit is contained in:
Fred Boniface 2022-09-16 20:40:40 +01:00
parent f4ff816ef2
commit ca7726c426
1 changed files with 1 additions and 2 deletions

View File

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