From 795246206581bec22481ef9c8689110ed613c353 Mon Sep 17 00:00:00 2001 From: avel Date: Tue, 10 Oct 2006 11:14:44 +0000 Subject: [PATCH 1/1] Make authz available globally, if it exists. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11895 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/init.php b/include/init.php index 95169534..1db44003 100644 --- a/include/init.php +++ b/include/init.php @@ -427,6 +427,7 @@ switch ($sInitLocation) { } sqgetGlobalVar('username',$username,SQ_SESSION); + sqgetGlobalVar('authz',$authz,SQ_SESSION); /** * Setting the prefs backend -- 2.25.1