X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fincludes.php;h=c9158581e7c6ffdce0e64538e0687ef2e1926d15;hb=0a1cf9ca77543f5acf09a2b5ada753277e47f6d4;hp=5cecef88756d542602b14f07b043de476a8fd243;hpb=43c787767e99231011b3322e436c7d9b1bbf9746;p=mailer.git 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] ?>