summaryrefslogtreecommitdiffstats
path: root/etherpad/src/main.js
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-05 23:24:09 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-05 23:24:09 +0200
commit8ab9d08d49839ca30305ef92d8d995963d915746 (patch)
tree7f075afefd7d80f8d8ab1e2bfd8adcd0c24feda4 /etherpad/src/main.js
parent397d10d630db17ef590b330a489f07971673d565 (diff)
downloadetherpad-8ab9d08d49839ca30305ef92d8d995963d915746.tar.gz
etherpad-8ab9d08d49839ca30305ef92d8d995963d915746.tar.bz2
etherpad-8ab9d08d49839ca30305ef92d8d995963d915746.zip
Updated SUPERDOMAINS to use /etc/etherpad.localdev-default.properties
Diffstat (limited to 'etherpad/src/main.js')
-rw-r--r--etherpad/src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/src/main.js b/etherpad/src/main.js
index 6faa71a..b77d5ee 100644
--- a/etherpad/src/main.js
+++ b/etherpad/src/main.js
@@ -268,7 +268,7 @@ function checkHost() {
}
// we require the domain to either be <superdomain> or a pro domain request.
- if (SUPERDOMAINS[request.domain]) {
+ if (domainEnabled(request.domain)) {
return;
}
if (pro_utils.isProDomainRequest()) {