summaryrefslogtreecommitdiffstats
path: root/etherpad/src/etherpad/pro/pro_utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/etherpad/pro/pro_utils.js')
-rw-r--r--etherpad/src/etherpad/pro/pro_utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/src/etherpad/pro/pro_utils.js b/etherpad/src/etherpad/pro/pro_utils.js
index 787f424..39a9193 100644
--- a/etherpad/src/etherpad/pro/pro_utils.js
+++ b/etherpad/src/etherpad/pro/pro_utils.js
@@ -145,7 +145,7 @@ function getFullSuperdomainHost() {
}
function getEmailFromAddr() {
- var fromDomain = 'etherpad.com';
+ var fromDomain = 'pad.spline.inf.fu-berlin.de';
if (pne_utils.isPNE()) {
fromDomain = getFullProDomain();
}