]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/selector.php
Constants PATH and _DB_TYPE replaced
[shipsimu.git] / inc / selector.php
index a1ae868810ed07cc3b140d2a876d625c43039877..69f413461e49982447cc5cf7ea9b1ceee32ec71c 100644 (file)
@@ -46,7 +46,7 @@ foreach ($configAppIncludes as $inc) {
 
        // Generate a FQFN for the helper class
        $fqfn = sprintf("%s%s/%s/%s%s",
-               PATH,
+               $cfg->readConfig('base_path'),
                $cfg->readConfig('application_path'),
                $cfg->readConfig('app_name'),
                $inc,