replaced strip_tags() by htmlspecialchars() in most of POST variables
added stripslashes() to POST variables while form is not sent
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="tc1 post_content tc4" style="height: 150px">
|
||||
<?= BBCode($this->TPL['preview']); ?>
|
||||
<?= BBCode($this->TPL['post']); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user