X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fincludes.php;h=c9158581e7c6ffdce0e64538e0687ef2e1926d15;hp=5cecef88756d542602b14f07b043de476a8fd243;hb=1203b1ad0320972541b4a60f0fd4e0bc67e24425;hpb=e11deea8f26309249f8f923b6321b05c05b25dd9 diff --git a/inc/includes.php b/inc/includes.php index 5cecef8875..c9158581e7 100644 --- a/inc/includes.php +++ b/inc/includes.php @@ -35,26 +35,9 @@ if (is_dir(sprintf("%sdevel", PATH))) { ClassLoader::getInstance()->loadClasses("devel"); } -/** - * Load additional include files before main load - */ -FrameworkConfiguration::getInstance()->loadPreIncludes(); - -/** - * Load all main include files - * - * +++ MAIN LOADER! +++ - * - */ - -/////////////////////////////////////////////////// -// Maybe we need this place for future releases? // -/////////////////////////////////////////////////// - -/** - * Load additional include files after main load - */ -FrameworkConfiguration::getInstance()->loadPostIncludes(); +// Shall we include additional configs where you can configure some things? Then +// Load matching config +ClassLoader::getInstance()->loadExtraConfigs(); // [EOF] ?>