Update login_backend.php
This commit is contained in:
@@ -9,7 +9,6 @@ if ($conn->connect_error) {
|
|||||||
$success=0;
|
$success=0;
|
||||||
die("Connection failed: " . $conn->connect_error);
|
die("Connection failed: " . $conn->connect_error);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
include "../../../api/php/notifications/sendmessage.php"; //to send user notification on login
|
include "../../../api/php/notifications/sendmessage.php"; //to send user notification on login
|
||||||
try {
|
try {
|
||||||
session_start();
|
session_start();
|
||||||
|
|||||||
Reference in New Issue
Block a user