aboutsummaryrefslogtreecommitdiff
path: root/activate.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:45:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:45:29 -0300
commit2e227be9e9cf772d71acafdc3a1b335630777acd (patch)
treed734b46dc826bb0720559dc50518a706ed2b2951 /activate.php
downloadelgg-2e227be9e9cf772d71acafdc3a1b335630777acd.tar.gz
elgg-2e227be9e9cf772d71acafdc3a1b335630777acd.tar.bz2
Squashed 'mod/vegan/' content from commit e48966e
git-subtree-dir: mod/vegan git-subtree-split: e48966e8a43f5da5309a796c5a749f9fcd317a69
Diffstat (limited to 'activate.php')
-rw-r--r--activate.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/activate.php b/activate.php
new file mode 100644
index 000000000..3cb9cc40b
--- /dev/null
+++ b/activate.php
@@ -0,0 +1,9 @@
+/**
+ * vegan -- Activation
+ */
+
+// temp: set default blacklisted email domains (for n-1, YMMV)
+
+$default_bad_domains = 'aol.com,hotmail.com';
+
+elgg_set_plugin_setting('bad_domains', $default_bad_domains, 'vegan');