lead edit page
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user