Philippe
[squirrelmail.git] / src / validate.php
index 27573401535d489b991b940fbf90e3180a75e405..655e70cc976311e79afe6b93d7b6805dd98c58ba 100644 (file)
@@ -9,11 +9,6 @@
 * $Id$
 */
 
-global $username, $attachment_dir;
-
-require_once('../functions/prefs.php');
-
-session_save_path( getHashedDir($username, $attachment_dir) );
 session_start();
 
 require_once('../functions/i18n.php');