mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -10,11 +10,14 @@
|
||||
|
|
||||
+--------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PHP_LAN_1", "If you have Curl enabled, you should consider disabling this feature.");
|
||||
define("PHP_LAN_2", "This is a security risk and is not needed by e107.");
|
||||
define("PHP_LAN_3", "On a production server, it is better to disable the displaying of errors in the browser.");
|
||||
define("PHP_LAN_4", "Disabling this will hide your PHP version from browsers.");
|
||||
define("PHP_LAN_5", "This is a security risk and should be disabled.");
|
||||
define("PHP_LAN_6", "[b]session.save_path[/b] is not writable! That can cause major issues with your site.");
|
||||
define("PHP_LAN_7", "PHP Configuration Issue(s) Found:");
|
||||
define("PHP_LAN_8", "[x] is missing and needs to be installed.");
|
||||
|
||||
return [
|
||||
'PHP_LAN_1' => "If you have Curl enabled, you should consider disabling this feature.",
|
||||
'PHP_LAN_2' => "This is a security risk and is not needed by e107.",
|
||||
'PHP_LAN_3' => "On a production server, it is better to disable the displaying of errors in the browser.",
|
||||
'PHP_LAN_4' => "Disabling this will hide your PHP version from browsers.",
|
||||
'PHP_LAN_5' => "This is a security risk and should be disabled.",
|
||||
'PHP_LAN_6' => "[b]session.save_path[/b] is not writable! That can cause major issues with your site.",
|
||||
'PHP_LAN_7' => "PHP Configuration Issue(s) Found:",
|
||||
'PHP_LAN_8' => "[x] is missing and needs to be installed.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user