Add language codes for domain-related error messages.

This commit is contained in:
Kijin Sung 2017-03-04 21:32:01 +09:00
parent 06ce406390
commit 107600f19c
3 changed files with 17 additions and 2 deletions

View file

@ -1003,7 +1003,7 @@ class adminAdminController extends admin
}
if ($vars->https_port !== 0 && ($vars->https_port < 1 || $vars->https_port > 65535 || $vars->https_port == 80))
{
return new Object(-1, 'msg_invalid_http_port');
return new Object(-1, 'msg_invalid_https_port');
}
// Validate the security setting.