X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=0.2.1%2Finc%2Fmodules%2Fguest%2Fwhat-welcome.php;fp=0.2.1%2Finc%2Fmodules%2Fguest%2Fwhat-welcome.php;h=c77c81f212f53d7cc55504004a11caf17426d50a;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hp=b35f25ac4961cc5a4dab404ca981f3f9f11d82c0;hpb=4d62ab22b0616cabb713929f8b661b5470b6018c;p=mailer.git diff --git a/0.2.1/inc/modules/guest/what-welcome.php b/0.2.1/inc/modules/guest/what-welcome.php index b35f25ac49..c77c81f212 100644 --- a/0.2.1/inc/modules/guest/what-welcome.php +++ b/0.2.1/inc/modules/guest/what-welcome.php @@ -34,7 +34,7 @@ // Some security stuff... if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) { - $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); } // Add description as navigation point