]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-rallyes.php
More fixes, missing js.php added
[mailer.git] / inc / modules / guest / what-rallyes.php
index 6b07c6263cf467a25df6c316eda6cc11ca487529..4c8acf31c06196cff08ccb9ecc676b065bc673ad 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Add description as navigation point
-ADD_DESCR("guest", basename(__FILE__));
+ADD_DESCR("guest", __FILE__);
 
 OUTPUT_HTML("<DIV align=\"center\">");
 
@@ -69,7 +69,7 @@ if (SQL_NUMROWS($result) == 1)
         elseif (time() >= ($end - $_CONFIG['one_day']))
        {
                // Rallye will expire in less one day!
-               define('__RALLYE_EXTRAS', RALLYE_EXPIRE_$_CONFIG['one_day']);
+               define('__RALLYE_EXTRAS', RALLYE_EXPIRE_ONE_DAY);
        }
         else
        {