Corrected tabs and comments

This commit is contained in:
Tom Slominski
2013-11-01 18:45:34 +00:00
parent 553a1a8743
commit 90fbc64d0a
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
var_dump($_REQUEST); var_dump($_REQUEST);
include('header.php'); include('header.php');
// antispam
// if ( isset($_POST['antispam']) && $_POST['antispam'] != user ) { // if ( isset($_POST['antispam']) && $_POST['antispam'] != user ) {
// exit('<p class="error">' . yourls__( 'Antispam check failed!', 'isq_translation') . '</p>'); // exit('<p class="error">' . yourls__( 'Antispam check failed!', 'isq_translation') . '</p>');
// } // }