X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fredirect.php;h=963ce226781cafde0f8bfcce9405e130f94954c1;hb=7566513b8357a2a74aca347e2be5b46a3129a56a;hp=7be147b62b6259f041930566b8a9592c44940148;hpb=30967a1e09679c395b31929cbdb1a0e88b13f01e;p=squirrelmail.git diff --git a/src/redirect.php b/src/redirect.php index 7be147b6..963ce226 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -173,8 +173,7 @@ function attachment_common_parse($str, $debug) { $attachment_common_types[$val] = true; } } - $_SESSION['attachment_common_types'] = $attachment_common_types; + sqsession_register($attachment_common_types, 'attachment_common_types'); } - ?>