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 b76ab7932c - Show all commits

View File

@ -2,7 +2,7 @@
<body>
Subject: <?php echo $_GET["subject"]; ?>
<br>
Details: <?php echo $_GET["details"]; ?>
Details: <?php echo $_GET["detail"]; ?>
<br>
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>