]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
Set content type if spider is there
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 67e9855844707ace61455ef319cf8ee1004623ad..072f4b46d1226da49c8fc2c863163068f028544e 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 01/09/2005 *
- * ===============                              Last change: 01/09/2005 *
+ * Mailer v0.2.1-FINAL                                Start: 01/09/2005 *
+ * ===================                          Last change: 01/09/2005 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : beg.php                                          *
@@ -89,7 +89,7 @@ if (isGetRequestElementSet('userid')) {
                // numbers matching to the numbers behind the decimal dot. Simple! ;-)
                $points = mt_rand((getConfig('beg_points') * 100000), (getConfig('beg_points_max') * 100000)) / 100000;
 
-               // Set nickname / userid for the template(s
+               // Set nickname / userid for template
                $content['userid']      = getRequestElement('userid');
                $content['clicks']      = (getUserData('beg_clicks') + 1);
                $content['banner']      = loadTemplate('beg_banner', true);