X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Fmodules%2Fadmin%2Fwhat-lock_user.php;h=954e9dd6b7840ba48e7c21e61c3125736c46e04f;hp=cd2dcb5926ae92b4547531b32662ca38e5c231a3;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hpb=4d62ab22b0616cabb713929f8b661b5470b6018c diff --git a/0.2.1/inc/modules/admin/what-lock_user.php b/0.2.1/inc/modules/admin/what-lock_user.php index cd2dcb5926..954e9dd6b7 100644 --- a/0.2.1/inc/modules/admin/what-lock_user.php +++ b/0.2.1/inc/modules/admin/what-lock_user.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); }