]> git.mxchange.org Git - city.git/blobdiff - index.php
Added filter for bootstrapping (unused).
[city.git] / index.php
index 28703323c3017a63b02c9c713bbefb76032d6d29..74d021df5751426487d020a8ec53efe156816280 100644 (file)
--- a/index.php
+++ b/index.php
@@ -68,7 +68,7 @@ final class ApplicationEntryPoint {
                } // END - if
 
                // Get some instances
-               $tpl = FrameworkConfiguration::getSelfInstance()->getConfigEntry('web_template_class');
+               $tpl = FrameworkConfiguration::getSelfInstance()->getConfigEntry('html_template_class');
                $languageInstance = LanguageSystem::getSelfInstance();
 
                // Initialize template instance here to avoid warnings in IDE
@@ -197,9 +197,6 @@ final class ApplicationEntryPoint {
                // Load all include files
                require($cfg->getConfigEntry('base_path') . 'inc/includes.php');
 
-               // Load all framework classes
-               require($cfg->getConfigEntry('base_path') . 'inc/classes.php');
-
                // Include the application selector
                require($cfg->getConfigEntry('base_path') . 'inc/selector.php');
        } // END - main()
@@ -211,7 +208,7 @@ define('DEVELOPER', TRUE);
 // Log all exceptions (only debug! This option can create large error logs)
 //define('LOG_EXCEPTIONS', TRUE);
 
-//xdebug_start_trace();
+//* DEBUG: */ xdebug_start_trace();
 
 // Do not remove the following line:
 ApplicationEntryPoint::main();