Added (Check Duplicates Before Adding New User)
This commit is contained in:
parent
6cfbae0495
commit
c236185f31
@ -3,6 +3,7 @@ include 'header.php';
|
|||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
|
|
||||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
$config = include 'config.php';
|
$config = include 'config.php';
|
||||||
$username = $_POST['username'];
|
$username = $_POST['username'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user