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 43f5e673fb - Show all commits

View File

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