Merge pull request #15 from rlerdorf/patch-1
I think your meant to use is_readable() here
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user