diff options
-rw-r--r-- | admin/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/access.php b/admin/access.php index c16a125e..f0fa7d9b 100644 --- a/admin/access.php +++ b/admin/access.php @@ -39,7 +39,7 @@ show_template('header'); switch ($action ) { case 'show_confirm_delete': - show_confim_action(_('Do you really want to delete this Access Reocrd?'),'admin/access.php','access_id=' . scrub_out($_REQUEST['access_id']) . '&action=delete_host'); + show_confirm_action(_('Do you really want to delete this Access Reocrd?'),'admin/access.php','access_id=' . scrub_out($_REQUEST['access_id']) . '&action=delete_host'); break; case 'delete_host': $access->delete($_REQUEST['access_id']); |