X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fselector.php;h=e8dffb2c8facd206c71f2a579c9233c9c7f7608b;hp=1010386c2b46e12e2aa54878f16f29499b9f17f0;hb=de4993bdd2170972f3c004bf7473bfd2032c2dda;hpb=d61f4e1b3b96da51056889c6340d2e935d7e9972 diff --git a/inc/selector.php b/inc/selector.php index 1010386c..e8dffb2c 100644 --- a/inc/selector.php +++ b/inc/selector.php @@ -59,7 +59,7 @@ foreach ($configAppIncludes as $appInc) { $appFqFn = $basePathFile . '/' . $appInc . '.php'; // Does the include file exists? - if ((file_exists($appFqFn)) && (is_file($appFqFn)) && (is_readable($appFqFn))) { + if (BaseFrameworkSystem::isReadableFile($appFqFn)) { // Load it //* DEBUG: */ print basename(__FILE__)."[".__LINE__."]: Loading ".basename($appFqFn)." - START\n"; require($appFqFn);