Browse Source

Case-insensitive noko

pull/40/head
Savetheinternet 13 years ago
parent
commit
60591625a3
  1. 2
      post.php

2
post.php

@ -267,7 +267,7 @@
$post['name'] = $trip[0];
$post['trip'] = (isset($trip[1])?$trip[1]:'');
if($post['email'] == 'noko') {
if(strtolower($post['email']) == 'noko') {
$noko = true;
$post['email'] = '';
} else $noko = false;

Loading…
Cancel
Save