remove old magic_quote code for compatibility with php 8

This commit is contained in:
Uwe Steinmann 2021-05-12 08:43:09 +02:00
parent d1bd50fa24
commit a4935f608b

View File

@ -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 = '';