mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
fix possible xss attack
This commit is contained in:
parent
e40f7e6a25
commit
99569a3435
|
@ -104,7 +104,7 @@ $(document).ready(function() {
|
||||||
'required'=>false
|
'required'=>false
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->formSubmit(getMLText("action_".strtolower($action->getName()), array(), $action->getName()));
|
$this->formSubmit(getMLText("action_".strtolower($action->getName()), array(), htmlspecialchars($action->getName())));
|
||||||
?>
|
?>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue
Block a user