Fixes in PHP scripts for XSS minor security issues.
git-svn-id: svn://192.168.202.10@3455 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -58,7 +58,6 @@ $BR = getenv ("HTTP_USER_AGENT");
|
||||
|
||||
$PHP_AUTH_USER=$_SERVER['PHP_AUTH_USER'];
|
||||
$PHP_AUTH_PW=$_SERVER['PHP_AUTH_PW'];
|
||||
$PHP_SELF=$_SERVER['PHP_SELF'];
|
||||
if (isset($_GET["call_id"])) {$call_id=$_GET["call_id"];}
|
||||
elseif (isset($_POST["call_id"])) {$call_id=$_POST["call_id"];}
|
||||
if (isset($_GET["lead_id"])) {$lead_id=$_GET["lead_id"];}
|
||||
|
||||
Reference in New Issue
Block a user