add language constant
This commit is contained in:
@ -1118,3 +1118,4 @@
|
||||
@define('CONFIG_ALLOW_LOCAL_URL', 'Allow to fetch data from local URLs');
|
||||
@define('CONFIG_ALLOW_LOCAL_URL_DESC', 'By default, it is forbidden due to security constrains to fetch data from local URLs to prevent Server Side Request Forgers (SSRF). If you use a local intranet, you can enable this option to allow fetching data.');
|
||||
@define('REMOTE_FILE_INVALID', 'The given URL appears to be local and is not allowed to be fetched. You can allow this by setting the option "Allow to fetch data from local URLs" in your blog configuration.');
|
||||
@define('URL_NOT_FOUND', 'The requested page could not be found (404). This is the default page.');
|
||||
|
Reference in New Issue
Block a user