diff --git a/admin_ipsandports.php b/admin_ipsandports.php index 12f4537f..66a4e9eb 100644 --- a/admin_ipsandports.php +++ b/admin_ipsandports.php @@ -376,7 +376,7 @@ if ($page == 'ipsandports' } else { - $upd_stmt = Datbase::prepare(" + $upd_stmt = Database::prepare(" UPDATE `" . TABLE_PANEL_IPSANDPORTS . "` SET `ip` = :ip, `port` = :port, `listen_statement` = :ls,