Change text message for check_setup.php

This commit is contained in:
Frédéric Guillot 2014-05-28 19:24:59 -04:00
parent ee17f9dad6
commit c765a7e0f0
1 changed files with 1 additions and 1 deletions

View File

@ -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