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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!readable(get_cfg_var('cfg_file_path'))) {
|
if (!is_readable(get_cfg_var('cfg_file_path'))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user