php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 1 additions and 2 deletions
Showing only changes of commit ca7726c426 - Show all commits

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>