Change text message for check_setup.php
This commit is contained in:
parent
ee17f9dad6
commit
c765a7e0f0
@ -54,7 +54,7 @@ if (! function_exists('curl_init') && ! ini_get('allow_url_fopen')) {
|
|||||||
|
|
||||||
// Check if /data is writeable
|
// Check if /data is writeable
|
||||||
if (! is_writable(DATA_DIRECTORY)) {
|
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
|
// Include password_compat for PHP < 5.5
|
||||||
|
Loading…
Reference in New Issue
Block a user