print statements and relax rules in config

This commit is contained in:
towards_a_new_leftypol 2020-09-07 00:06:08 +00:00 committed by towards-a-new-leftypol
parent 6bb0d4bbee
commit 1760f98a0c
23 changed files with 261 additions and 1340 deletions

View file

@ -1,6 +1,6 @@
<?php
$name = $contactmethod = $email = $application = $antispam = $displaymessage = "";
require '/var/www/html/inc/functions.php';
require './inc/functions.php';
if (isset ($_POST["antispam"])){
if ($_POST["antispam"] == "DUCK"){
$namecheck = ! empty($_POST["name"]);