Rename nakeddomain.html to noapp.html

This commit is contained in:
Johannes Zellner
2017-01-11 00:08:13 +01:00
parent edc7efae5f
commit d47de31744
3 changed files with 2 additions and 2 deletions

View File

@@ -578,7 +578,7 @@ function addDnsRecords(callback) {
records.push(webadminRecord);
records.push(dkimRecord);
} else {
// for non-custom domains, we show a nakeddomain.html page
// for non-custom domains, we show a noapp.html page
var nakedDomainRecord = { subdomain: '', type: 'A', values: [ ip ] };
records.push(nakedDomainRecord);