get magic quotes

This commit is contained in:
Marc Delisle
2002-02-19 17:44:15 +00:00
parent 2beda178a6
commit 2c357c5d41

View File

@@ -845,7 +845,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
<table border="<?php echo $GLOBALS['cfgBorder']; ?>" cellpadding="5">
<tr>
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor']; ?>">
<b><?php echo stripslashes($message); ?></b><br />
<b><?php echo get_magic_quotes_gpc() ? stripslashes($message) : $message; ?></b><br />
</td>
</tr>
<?php