base
This commit is contained in:
9
php/auth/login.php
Normal file
9
php/auth/login.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if(isset($_POST['auth'])
|
||||
{
|
||||
$mail = filter_input(INPUT_POST, 'mail', FILTER_VALIDATE_EMAIL | FILTER_SANITIZE_EMAIL);
|
||||
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user