diff --git a/index.php b/index.php index 1bb7146..b21981b 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,13 @@ -
- - + diff --git a/result.php b/result.php index 5a75d9f..c8f34b3 100644 --- a/result.php +++ b/result.php @@ -2,7 +2,7 @@ var_dump($_REQUEST); include('header.php'); - + // antispam // if ( isset($_POST['antispam']) && $_POST['antispam'] != user ) { // exit('' . yourls__( 'Antispam check failed!', 'isq_translation') . '
'); // }