Check for a submit using $_POST not $_REQUEST
This commit is contained in:
@@ -57,7 +57,7 @@ function show_user_fields()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($_REQUEST)
|
if($_POST)
|
||||||
{
|
{
|
||||||
$user = new User();
|
$user = new User();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user