]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Rewrites to use filters instead of mass if() blocks
[mailer.git] / inc / load_cache.php
index 1a25749fff1e7486e656ff8946178b46e8419cce..a4099c3aafeadb388103c085fcb20d3f62f583a1 100644 (file)
@@ -71,5 +71,8 @@ initFilterSystem();
 // Init system here
 runFilterChain('init');
 
+// Run post-initialization (e.g. determining username)
+runFilterChain('post_init');
+
 // [EOF]
 ?>