forked from leftypol/leftypol
print statements and relax rules in config
This commit is contained in:
parent
6bb0d4bbee
commit
1760f98a0c
23 changed files with 261 additions and 1340 deletions
|
@ -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"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue