From c765a7e0f07522fe478eeb7a7ab46a78b3ec461a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Wed, 28 May 2014 19:24:59 -0400 Subject: [PATCH] Change text message for check_setup.php --- check_setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_setup.php b/check_setup.php index 155ed7a..c1fb011 100644 --- a/check_setup.php +++ b/check_setup.php @@ -54,7 +54,7 @@ if (! function_exists('curl_init') && ! ini_get('allow_url_fopen')) { // Check if /data is writeable if (! is_writable(DATA_DIRECTORY)) { - die('The directory "'.DATA_DIRECTORY.'" must be writeable by your web server user'); + die('The data directory must be writeable by your web server user'); } // Include password_compat for PHP < 5.5