]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
More fixes for admin login and to early call of isAdmin()
[mailer.git] / inc / load_cache.php
index 7b016bf38d57a7c06b1314109586c3df69cebd20..d6ec2a418e3191d48b06f9e23b3b2447a131a15d 100644 (file)
@@ -66,5 +66,11 @@ loadIncludeOnce('inc/loader/load_cache-extension.php');
 // Load all includes
 loadIncludePool('cache');
 
+// Init filter system
+initFilterSystem();
+
+// Init system here
+runFilterChain('init');
+
 // [EOF]
 ?>