Commit 1dd8ddc5db3b13d8c26b75606f58aa063760f6d6
1 parent
5f04363f
Exists in
master
and in
112 other branches
add hostname in mail
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
php/classes/FeedbackMgr.php
... | ... | @@ -85,7 +85,7 @@ |
85 | 85 | $to = $this->emails; |
86 | 86 | } |
87 | 87 | |
88 | - $subject = 'AMDA FEEDBACK: '.$interface; | |
88 | + $subject = 'AMDA FEEDBACK from '.gethostname().': '.$interface; | |
89 | 89 | $message = $userText; |
90 | 90 | if (isset($attach) && ($attach != '')) |
91 | 91 | $message .= "\r\nAttachment : ".$attach; |
... | ... | @@ -96,4 +96,4 @@ |
96 | 96 | } |
97 | 97 | } |
98 | 98 | ?> |
99 | - | |
100 | 99 | \ No newline at end of file |
100 | + | |
... | ... |