Merge pull request #15 from rlerdorf/patch-1

I think your meant to use is_readable() here
This commit is contained in:
Jordi Boggiano
2013-05-06 00:01:42 -07:00
+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;
}