From 5298a619f2836d718204a61624c6388923c51a29 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 11 Feb 2006 19:02:40 +0100 Subject: updated auth_punbb darcs-hash:20060211180240-7ad00-c7c589aa6e5e67f2d7ad54f7e41837f116a91c9c.gz --- inc/html.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 6f99947f9..0e5454d4e 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1063,6 +1063,7 @@ function html_minoredit(){ function html_debug(){ global $conf; global $lang; + global $auth; //remove sensitive data $cnf = $conf; $cnf['auth']='***'; @@ -1107,6 +1108,12 @@ function html_debug(){ print $lang['encoding']; print ''; + if($auth){ + print 'Auth backend capabilities:
';
+    print_r($auth->cando);
+    print '
'; + } + print '$_SESSION:
';
   print_r($_SESSION);
   print '
'; -- cgit v1.2.3