mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 22:42:14 +09:00
Add language codes for domain-related error messages.
This commit is contained in:
parent
06ce406390
commit
107600f19c
3 changed files with 17 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue