From 1fce6c29d91506cb09db6656713bba993b50f69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Wed, 22 Feb 2017 09:43:41 +0100 Subject: [PATCH] Update lan_phpinfo.php --- e107_languages/English/admin/lan_phpinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_languages/English/admin/lan_phpinfo.php b/e107_languages/English/admin/lan_phpinfo.php index 59c7a5753..bead1ad98 100644 --- a/e107_languages/English/admin/lan_phpinfo.php +++ b/e107_languages/English/admin/lan_phpinfo.php @@ -15,5 +15,5 @@ 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", "is not writable! That can cause major issues with your site."); +define("PHP_LAN_6", "[b]session.save_path[/b] is not writable! That can cause major issues with your site."); ?>