File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
16
16
//////////////////////////////////////////////////////////////////////////////
17
17
18
- /**
19
- * backward compatibility: the DIR_SEP constant isn't used anymore
20
- */
21
- if (!defined ('DIR_SEP ' )) {
22
- define ('DIR_SEP ' , DIRECTORY_SEPARATOR );
18
+ /**
19
+ * backward compatibility: the DIR_SEP constant isn't used anymore
20
+ */
21
+ if (!defined ('DIR_SEP ' )) {
22
+ define ('DIR_SEP ' , DIRECTORY_SEPARATOR );
23
23
}
24
24
/**
25
25
* backward compatibility: the PATH_SEPARATOR constant is availble since 4.3.0RC2
30
30
31
31
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
32
32
33
- /**
33
+ /**
34
34
* Set the KRUMO_DIR constant up with the absolute path to Krumo files. If it is
35
35
* not defined, include_path will be used. Set KRUMO_DIR only if any other module
36
- * or application has not already set it up.
36
+ * or application has not already set it up.
37
37
*/
38
38
if (!defined ('KRUMO_DIR ' )) {
39
39
define ('KRUMO_DIR ' , dirname (__FILE__ ) . DIRECTORY_SEPARATOR );
274
274
return false ;
275
275
}
276
276
277
- if (!readable (get_cfg_var ('cfg_file_path ' ))) {
277
+ if (!is_readable (get_cfg_var ('cfg_file_path ' ))) {
278
278
return false ;
279
279
}
280
280
1301
1301
1302
1302
//////////////////////////////////////////////////////////////////////////////
1303
1303
1304
- ?>
1304
+ ?>
You can’t perform that action at this time.
0 commit comments