mirror of https://github.com/MISP/MISP
Merge branch '2.4' into develop
commit
c1eec82ba9
|
@ -188,7 +188,7 @@ class Server extends AppModel
|
|||
'level' => 0,
|
||||
'description' => __('The base url of the application (in the format https://www.mymispinstance.com or https://myserver.com/misp). Several features depend on this setting being correctly set to function.'),
|
||||
'value' => '',
|
||||
'errorMessage' => __('The currenty set baseurl does not match the URL through which you have accessed the page. Disregard this if you are accessing the page via an alternate URL (for example via IP address).'),
|
||||
'errorMessage' => __('The currently set baseurl does not match the URL through which you have accessed the page. Disregard this if you are accessing the page via an alternate URL (for example via IP address).'),
|
||||
'test' => 'testBaseURL',
|
||||
'type' => 'string',
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue