Implement redirect to default domain if unregistered domain is requested

This commit is contained in:
Kijin Sung 2017-03-13 14:07:18 +09:00
parent 79f29b3372
commit 2e3e969767
3 changed files with 28 additions and 1 deletions

View file

@ -190,6 +190,7 @@ class moduleModel extends module
{
$domain_info = $this->migrateDomains();
}
$domain_info->is_default_replaced = true;
}
// Fill in module extra vars and return.