From: indiri69 Date: Thu, 12 Sep 2002 18:15:40 +0000 (+0000) Subject: Remove SM_PATH from prefs file path X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4fc152a6150a56ea36302b9216202b195f5798f6 Remove SM_PATH from prefs file path git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3647 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/prefs.php b/functions/prefs.php index b17e9c5e..bc534c34 100644 --- a/functions/prefs.php +++ b/functions/prefs.php @@ -45,7 +45,7 @@ function getHashedFile($username, $dir, $datafile, $hash_search = true) { $real_hash_dir = getHashedDir($username, $dir, $hash_dirs); /* Set the value of our real data file. */ - $result = SM_PATH . "$real_hash_dir/$datafile"; + $result = "$real_hash_dir/$datafile"; /* Check for this file in the real hash directory. */ if ($hash_search && !@file_exists($result)) {