Added option to do data and attachment directory hashing, up to four levels. Will...
[squirrelmail.git] / src / right_main.php
index 6e346257b795ff64a10bf58c6852cf6e2363f645..c7b72b68bbd68401d32bad2ba601b663847cbb21 100644 (file)
@@ -33,6 +33,8 @@ require_once('../functions/display_messages.php');
  *    $key              pass                               *
  ***********************************************************/
 
+$bob = getHashedFile($username, $data_dir, "username.pref");
+
 /* Open a connection on the imap port (143) */
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);