diff --git a/inc/init.php b/inc/init.php
index 5a565c9afd4b6c2c8533682dc2a3a6be809a2ef8..aa0748207e24f5e9f2e6c7e70cd5c25f84a30549 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -10,6 +10,9 @@
   }
   define('DOKU_START_TIME', delta_time());
 
+  // if available load a preload config file
+  @include(fullpath(dirname(__FILE__)).'/preload.php');
+
   // define the include path
   if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/');