I think your meant to use is_readable() here

This commit is contained in:
Rasmus Lerdorf
2013-05-05 16:36:16 -07:00
parent 64c9d5c63e
commit 4ce81f27a4
+1 -1
View File
@@ -274,7 +274,7 @@ This is a list of all HTTP request headers.
return false;
}
if (!readable(get_cfg_var('cfg_file_path'))) {
if (!is_readable(get_cfg_var('cfg_file_path'))) {
return false;
}