X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Fextensions%2Fext-rallye.php;h=3b715f1f07a5e43df4cfa35ce6e2611a15a45b90;hp=427bba4661aaa4916311e61757b1674e25890588;hb=985d79f06163e5957c3f40b5a71ce85be9048f8e;hpb=4696b799ced069ba2a264fa3b38fc033e3dc31dc diff --git a/0.2.1/inc/extensions/ext-rallye.php b/0.2.1/inc/extensions/ext-rallye.php index 427bba4661..3b715f1f07 100644 --- a/0.2.1/inc/extensions/ext-rallye.php +++ b/0.2.1/inc/extensions/ext-rallye.php @@ -12,7 +12,7 @@ * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * - * Copyright (c) 2003 - 2007 by Roland Haeder * + * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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); }