stip slash the message to be displayed
This commit is contained in:
@@ -587,7 +587,7 @@ function show_message($message) {
|
|||||||
<table border="<?php echo $GLOBALS['cfgBorder'];?>">
|
<table border="<?php echo $GLOBALS['cfgBorder'];?>">
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor'];?>">
|
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor'];?>">
|
||||||
<b><?php echo $message;?><b><br>
|
<b><?php echo stripslashes($message);?><b><br>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user