X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Fmodules%2Fadmin%2Fwhat-cache_stats.php;h=46fc4141212fe3b183b19cb64ab9b24c96509d5b;hp=905860e32fe7369cc8e8ea03ae5da6df42b6c758;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hpb=4d62ab22b0616cabb713929f8b661b5470b6018c diff --git a/0.2.1/inc/modules/admin/what-cache_stats.php b/0.2.1/inc/modules/admin/what-cache_stats.php index 905860e32f..46fc414121 100644 --- a/0.2.1/inc/modules/admin/what-cache_stats.php +++ b/0.2.1/inc/modules/admin/what-cache_stats.php @@ -34,7 +34,7 @@ // Some security stuff... if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!is_admin())) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4)."/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); }