From 8062c0426dc442860f2c3ba1520f75685af455fa Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 14 Jun 2010 02:59:41 -0400 Subject: [PATCH] - Add note about enable_installer option (#1486787) --- installer/test.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/installer/test.php b/installer/test.php index 5fb2c41..b2d3b6f 100644 --- a/installer/test.php +++ b/installer/test.php @@ -403,7 +403,8 @@ <p class="warning"> After completing the installation and the final tests please <b>remove</b> the whole -installer folder from the document root of the webserver.<br /> +installer folder from the document root of the webserver or make sure that +enable_installer option in main.inc.php is disabled.<br /> <br /> These files may expose sensitive configuration data like server passwords and encryption keys -- Gitblit v1.9.1