Added example local configuration file
[core.git] / inc / includes.php
index 122ce1802582fdee15f60f45eba56914b08f1b5a..201f2de37082ae4dc90c7e7e12f6fd3f8231b312 100644 (file)
 // Include the class loader function
 require(FrameworkConfiguration::getSelfInstance()->getConfigEntry('base_path') . 'inc/loader/class_ClassLoader.php');
 
-// Shall we include additional configs where you can configure some things? Then
-// Load matching config
+/*
+ * Shall we include additional configs where you can configure some things?
+ * Then load matching config file.
+ */
 ClassLoader::getSelfInstance()->loadExtraConfigs();
 
 // Register auto-load function with the SPL