I think your meant to use is_readable() here

master
Rasmus Lerdorf 11 years ago
parent 64c9d5c63e
commit 4ce81f27a4
  1. 2
      krumo/class.krumo.php

@ -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;
}

Loading…
Cancel
Save