summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'login.php')
-rw-r--r--login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/login.php b/login.php
index f9e1d343..e9d6816b 100644
--- a/login.php
+++ b/login.php
@@ -43,7 +43,7 @@ init_preferences();
if (conf('access_control')) {
$access = new Access(0);
if (!$access->check('interface',$_SERVER['REMOTE_ADDR'],'','5')) {
- debug_event('access_denied','Access Denied:' . $_SERVER['REMOTE_ADDR'] . ' is not in the Access list','3');
+ debug_event('access_denied','Access Denied:' . $_SERVER['REMOTE_ADDR'] . ' is not in the Interface Access list','3');
access_denied();
}
} // access_control is enabled