]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-network.php
Filters for configurable userid exclusion added:
[mailer.git] / inc / modules / admin / action-network.php
index 9470c94373e1c65c33b634eeb9a5f34f327edc22..07d25d9bba4e93e5aa68309726fa1d5427319fa8 100644 (file)
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 // Load the include file
 $inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
-if (isIncludeReadable($inc)) { 
+if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadIncludeOnce($inc);
 } else {