lead edit page

This commit is contained in:
Suvodip
2024-05-08 17:57:11 +05:30
parent 56fb4cb4fe
commit 25df82ac8c
7 changed files with 1142 additions and 39 deletions

View File

@@ -24,6 +24,7 @@
$_SESSION["log_status"] = 1;
$_SESSION["user_type"] = $row['type'];
$_SESSION["access"] = $row['access'];
$_SESSION["states"] = $row['states'];
$_SESSION["name"] = $row['name'];
$_SESSION["email"] = $row['email'];
echo '<script>window.location.href = "/leads";</script>';