X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-rallyes.php;h=4c8acf31c06196cff08ccb9ecc676b065bc673ad;hb=0211214187aa95bd5726ecc7dac13dfe0f699c63;hp=6b07c6263cf467a25df6c316eda6cc11ca487529;hpb=2cce06a4f4ff6bdbf0a14dcf7d2a89944b472c69;p=mailer.git diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index 6b07c6263c..4c8acf31c0 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -41,7 +41,7 @@ if (!defined('__SECURITY')) { } // Add description as navigation point -ADD_DESCR("guest", basename(__FILE__)); +ADD_DESCR("guest", __FILE__); OUTPUT_HTML("
"); @@ -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 {