mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
remove old magic_quote code for compatibility with php 8
This commit is contained in:
parent
d1bd50fa24
commit
a4935f608b
|
@ -60,9 +60,6 @@ if (!isset($login) || strlen($login)==0) {
|
|||
$pwd = '';
|
||||
if(isset($_POST['pwd'])) {
|
||||
$pwd = (string) $_POST["pwd"];
|
||||
if (get_magic_quotes_gpc()) {
|
||||
$pwd = stripslashes($pwd);
|
||||
}
|
||||
}
|
||||
|
||||
$lang = '';
|
||||
|
|
Loading…
Reference in New Issue
Block a user