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