php-integration #21

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

View File

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