From 057e8d5f8ef5d4acc7748cf80e52453701f01f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ternes?= Date: Sat, 16 Nov 2013 18:50:33 +0100 Subject: [PATCH] Update admin_ipsandports.php Fix: Fatal error: Uncaught exception 'Exception' with message 'Could not find class 'Datbase'' in /var/www/froxlor/lib/functions.php:126 Stack trace: #0 [internal function]: Autoloader->doAutoload('Datbase') #1 /var/www/froxlor/admin_ipsandports.php(379): spl_autoload_call('Datbase') #2 {main} thrown in /var/www/froxlor/lib/functions.php on line 126 --- admin_ipsandports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,