X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstats_bonus.php;h=3d42a33b845f9d43730373c05a5359623ce55183;hb=8120bdd67eb1c09cca24c1a6421f41ab107f0c67;hp=db3f241983b8ad3053cd5d1ec64e5bb64a02a685;hpb=4001187f22197f55e5a1f211fc8defcc180f7c32;p=mailer.git diff --git a/inc/stats_bonus.php b/inc/stats_bonus.php index db3f241983..3d42a33b84 100644 --- a/inc/stats_bonus.php +++ b/inc/stats_bonus.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Nach Mailbestaetigungen mit 100% Klickrate s. * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -33,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $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); }