Add check_str to a few missing places. Remove the carriage return after ?>.

This commit is contained in:
Mark Crane
2012-10-08 22:04:57 +00:00
parent baa374c056
commit fb35bc0fe2
4 changed files with 127 additions and 7 deletions
+1 -1
View File
@@ -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 ";