get magic quotes
This commit is contained in:
@@ -176,7 +176,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
|||||||
$suffix = '.dll';
|
$suffix = '.dll';
|
||||||
} else {
|
} else {
|
||||||
$suffix = '.so';
|
$suffix = '.so';
|
||||||
}
|
}
|
||||||
if (!@extension_loaded($extension)) {
|
if (!@extension_loaded($extension)) {
|
||||||
@dl($extension.$suffix);
|
@dl($extension.$suffix);
|
||||||
}
|
}
|
||||||
@@ -845,7 +845,7 @@ window.parent.frames['nav'].location.replace('<?php echo $reload_url; ?>');
|
|||||||
<table border="<?php echo $GLOBALS['cfgBorder']; ?>" cellpadding="5">
|
<table border="<?php echo $GLOBALS['cfgBorder']; ?>" cellpadding="5">
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor="<?php echo $GLOBALS['cfgThBgcolor']; ?>">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user