add blocks cache
This commit is contained in:
@@ -10,7 +10,8 @@ get_header();?>
|
||||
|
||||
<?if (isset($_POST['email'])) {
|
||||
|
||||
$email = trim($_POST['email']);
|
||||
$email = strtolower(trim($_POST['email']));
|
||||
|
||||
|
||||
if (filter_var($email, FILTER_VALIDATE_EMAIL)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user