release 1.3.21

This commit is contained in:
Newcomer1989
2022-12-18 13:13:44 +01:00
parent d2cb86e323
commit b96e32b713
35 changed files with 359 additions and 122 deletions

View File

@@ -27,7 +27,7 @@ try {
$err_msg = print_r($mysqlcon->errorInfo(), true);
$err_lvl = 3;
} else {
$err_msg = $lang['wisvsuc']." ".sprintf($lang['wisvres']);
$err_msg = $lang['wisvsuc'];
$err_lvl = NULL;
}
$cfg['stats_imprint_address'] = $_POST['stats_imprint_address'];