forked from leftypol/leftypol
Case-insensitive noko
This commit is contained in:
parent
87003407c1
commit
60591625a3
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue