php-integration #21

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

View File

@ -1,8 +1,8 @@
<html>
<body>
Subject: <?php echo $_GET["subject"]; ?>
Subject: <?php echo $_POST["subject"]; ?>
<br>
Details: <?php echo $_GET["detail"]; ?>
Details: <?php echo $_POST["detail"]; ?>
<br>
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>