Add remove_XSS() to folder creation process

1.10.x
Yannick Warnier 10 years ago
parent f8fd7bc564
commit 937ed5a1d0
  1. 2
      main/inc/ajax/document.ajax.php

@ -76,7 +76,7 @@ switch ($action) {
case 'document_destination':
//obtained the bootstrap-select selected value via ajax
$dirValue = isset($_POST['dirValue']) ? $_POST['dirValue'] : null;
echo $dirValue;
echo Security::remove_XSS($dirValue);
break;
}
exit;

Loading…
Cancel
Save