From 2f8f3bf55056496f4ec3d84a6a373650dcc10ebd Mon Sep 17 00:00:00 2001 From: daviddpd Date: Sun, 23 Dec 2001 21:06:33 +0000 Subject: [PATCH] This should fix the creation of the preference files for users who did not have existing pref files. -dpd git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1894 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redirect.php b/src/redirect.php index 91a0dcb6..3ac885d4 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -122,6 +122,7 @@ if (!session_is_registered('user_is_logged_in')) { session_register ('username'); setcookie('key', $key, 0, $base_uri); do_hook ('login_verified'); + checkForPrefs( $data_dir, $username); } -- 2.25.1