diff options
Diffstat (limited to 'inc/auth.php')
-rw-r--r-- | inc/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/auth.php b/inc/auth.php index 79cae52e7..1efd42448 100644 --- a/inc/auth.php +++ b/inc/auth.php @@ -33,10 +33,10 @@ $conf['useacl'] = 0; } } else { - die($lang['authmodfailed']); + nice_die($lang['authmodfailed']); } } else { - die($lang['authmodfailed']); + nice_die($lang['authmodfailed']); } } |