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> <br>
Details: <?php echo $_GET["details"]; ?> Details: <?php echo $_GET["details"]; ?>
<br> <br>
Browser: <?php &ua = get_browser(user_agent, return_array); Browser: <?php get_browser(user_agent, return_array); ?>
echo $ua; ?>
</body> </body>
</html> </html>