1 |
diff -Nur smeserver-email-management-1.3.old/root/etc/e-smith/web/functions/user-email smeserver-email-management-1.3/root/etc/e-smith/web/functions/user-email |
2 |
--- smeserver-email-management-1.3.old/root/etc/e-smith/web/functions/user-email 2019-02-02 12:27:27.216000000 -0500 |
3 |
+++ smeserver-email-management-1.3/root/etc/e-smith/web/functions/user-email 2019-02-02 12:28:24.934000000 -0500 |
4 |
@@ -1839,7 +1839,7 @@ |
5 |
|
6 |
my $userpath = ($acct eq 'admin')? "": "files/users/$acct"; |
7 |
|
8 |
- if ( -e "/home/e-smith$userpath/$file" ) |
9 |
+ if ( -e "/home/e-smith/$userpath/$file" ) |
10 |
{ |
11 |
open (INF,"/home/e-smith/$userpath/$file") |
12 |
or die ("can't open $file to read: $1. "); |