]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/selector.php
Application init phase rewritten, data.php now sets app data
[shipsimu.git] / inc / selector.php
index 819485e26dcc0bedae9c96bd88cf0d851d340f8b..d20cbcb04abcd0c14fa5a5b6fa182142a5395d43 100644 (file)
@@ -29,6 +29,7 @@ $cfg = FrameworkConfiguration::getInstance();
 $configAppIncludes = array(
        sprintf("class_%s", $cfg->readConfig('app_helper_class')), // The ApplicationHelper class
        "config",               // The application's own configuration
 $configAppIncludes = array(
        sprintf("class_%s", $cfg->readConfig('app_helper_class')), // The ApplicationHelper class
        "config",               // The application's own configuration
+       "data",                 // Application data
        "init",                 // The application initializer
        "loader",               // The application's class loader
        "debug",                // Some debugging stuff
        "init",                 // The application initializer
        "loader",               // The application's class loader
        "debug",                // Some debugging stuff