mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Invalid Get var in API redirect back to login Instead of showing error
This commit is contained in:
2
post.php
2
post.php
@@ -1399,7 +1399,7 @@ if(isset($_GET['email_quote'])){
|
||||
$client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4);
|
||||
}
|
||||
$client_website = $row['client_website'];
|
||||
$base_url = $_SERVER['HTTP_HOST'] . dirname($_SERVER['REQUEST_URI']);
|
||||
$base_url = $_SERVER['HTTP_HOST'];
|
||||
|
||||
$mail = new PHPMailer(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user