php-integration #21

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

View File

@ -21,8 +21,9 @@
$subject = $detail = "";
$ua_str = $_SERVER["HTTP_USER_AGENT"];
// Define response variable as blank before POSTing
// Define response variable & data variable as blank before POSTing
$giteaResponse = "";
$issueData = "";
if ($_SERVER["REQUEST_METHOD"] == "POST" ) {
$subject = validate($_POST["subject"]);