Update login_backend.php

This commit is contained in:
jakani24
2024-06-06 15:52:04 +02:00
parent 76fbfa2fe3
commit d1473e86de

View File

@@ -9,7 +9,6 @@ if ($conn->connect_error) {
$success=0;
die("Connection failed: " . $conn->connect_error);
}
}
include "../../../api/php/notifications/sendmessage.php"; //to send user notification on login
try {
session_start();