X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=0.2.1%2Finc%2Fmodules%2Fguest%2Fwhat-beg.php;fp=0.2.1%2Finc%2Fmodules%2Fguest%2Fwhat-beg.php;h=0000000000000000000000000000000000000000;hp=347b6f4d3ca43a8e038ebddeb3e34208288120ae;hb=ab9c0550b44bdb6bbb930b4553f687702963801e;hpb=50646cc7b05cf5ff93e9b1e36ab03047cc0cd6bf diff --git a/0.2.1/inc/modules/guest/what-beg.php b/0.2.1/inc/modules/guest/what-beg.php deleted file mode 100644 index 347b6f4d3c..0000000000 --- a/0.2.1/inc/modules/guest/what-beg.php +++ /dev/null @@ -1,78 +0,0 @@ - 0) -{ - // Take referral ID from URL/Cookie - define('__BEG_UID' , $ref); -} - else -{ - // Take default referral ID - define('__BEG_UID' , $CONFIG['def_refid']); -} - -if (function_exists('CREATE_FANCY_TIME')) -{ - define('__BEG_TIMEOUT' , CREATE_FANCY_TIME($CONFIG['beg_timeout'])); - define('__BEG_UID_TIMEOUT', CREATE_FANCY_TIME($CONFIG['beg_uid_timeout'])); -} - else -{ - define('__BEG_TIMEOUT ' , round($CONFIG['beg_timeout'] / 60)." ".MINUTES); - define('__BEG_UID_TIMEOUT', round($CONFIG['beg_uid_timeout'] / 60)." ".MINUTES); -} - -// Load final template -LOAD_TEMPLATE("guest_".substr(basename(__FILE__), 5, -4)); - -// -?>