git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4646
7612ce4b-ef26-0410-bec9-
ea0150e637f0
require_once(SM_PATH . 'functions/plugin.php');
require_once(SM_PATH . 'functions/constants.php');
require_once(SM_PATH . 'functions/plugin.php');
require_once(SM_PATH . 'functions/constants.php');
-$username = ( !isset($_SESSION['username']) ? '' : $_SESSION['username'] );
+if( ! sqgetGlobalVar('username', $username, SQ_SESSION) ) {
+ $username = '';
+}
$custom_css = getPref($data_dir, $username, 'custom_css', 'none' );
$custom_css = getPref($data_dir, $username, 'custom_css', 'none' );