Session save part 2
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Jan 2002 09:16:28 +0000 (09:16 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Jan 2002 09:16:28 +0000 (09:16 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2155 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/validate.php

index 6f70b4378148d1392194a27956fda3129030dc95..27573401535d489b991b940fbf90e3180a75e405 100644 (file)
@@ -11,6 +11,8 @@
 
 global $username, $attachment_dir;
 
+require_once('../functions/prefs.php');
+
 session_save_path( getHashedDir($username, $attachment_dir) );
 session_start();