Add check_str to a few missing places. Remove the carriage return after ?>.
This commit is contained in:
@@ -59,7 +59,7 @@ else {
|
||||
}
|
||||
|
||||
//get the extension_uuid
|
||||
$extension_uuid = $_REQUEST["id"];
|
||||
$extension_uuid = check_str($_REQUEST["id"]);
|
||||
|
||||
//get the extension number
|
||||
$sql = "select * from v_extensions ";
|
||||
|
||||
Reference in New Issue
Block a user