From 3816dcbc4fc7d70493037bf3ee9468ca5a203db8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 3 Mar 2006 19:05:48 +0100 Subject: nicer error messages for fatal errors darcs-hash:20060303180548-7ad00-db294c2c5c10c8df69ebae7596e64e1af4d9bc35.gz --- inc/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/auth.php') 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']); } } -- cgit v1.2.3