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

@@ -149,7 +149,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
// support local development with localhost check
if (window.location.hostname !== status.adminFqdn && window.location.hostname !== 'localhost') {
window.location.href = 'https://' + status.adminFqdn + '/nakeddomain.html';
window.location.href = 'https://' + status.adminFqdn + '/noapp.html';
return;
}