summaryrefslogtreecommitdiff
path: root/LocalSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'LocalSettings.php')
-rw-r--r--LocalSettings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/LocalSettings.php b/LocalSettings.php
index 46c557f..37499b1 100644
--- a/LocalSettings.php
+++ b/LocalSettings.php
@@ -50,8 +50,8 @@ $wgGroupPermissions['*']['createaccount'] = true;
## Email
-$wgEmergencyContact = "webmaster@$REEVO_URL";
-$wgPasswordSender = "webmaster@$REEVO_URL";
+$wgEmergencyContact = "source@ecoversities.org";
+$wgPasswordSender = "source@ecoversities.org";
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEnotifUserTalk = false; # UPO
@@ -415,7 +415,7 @@ require_once( "$IP/extensions/HideEmptySections/HideEmptySections.php" );
## NewUserNotif
require_once "$IP/extensions/NewUserNotif/NewUserNotif.php";
$wgNewUserNotifEmailTargets = array(
- 'webmaster@' . $REEVO_URL
+ 'source@ecoversities.org'
);
## ContactPage