From 553201b541676586926f2e51ef4149aab016f2a3 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 25 Jul 2004 14:01:23 +0000 Subject: [PATCH] On login set a variable (used later in print_header) --- login/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/login/index.php b/login/index.php index 95185f47c2..2f3427a041 100644 --- a/login/index.php +++ b/login/index.php @@ -70,6 +70,7 @@ unset($SESSION->wantsurl); unset($SESSION->lang); + $SESSION->justloggedin = true; if (user_not_fully_set_up($USER)) { $site = get_site(); -- 2.39.5