X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-primera.php;h=7b8343db0e954bf572c48f43b37bf78cf2949f0c;hb=497d9d8fcda61391c149af3747118bb2772c7c26;hp=c5062c243bd410712a6ce894637ac962e72d9c8a;hpb=7f104f6fe558bb56b4205241435a2357c2feece1;p=mailer.git diff --git a/inc/modules/member/what-primera.php b/inc/modules/member/what-primera.php index c5062c243b..7b8343db0e 100644 --- a/inc/modules/member/what-primera.php +++ b/inc/modules/member/what-primera.php @@ -45,7 +45,7 @@ if (!defined('__SECURITY')) { } // Add description as navigation point -ADD_DESCR("member", basename(__FILE__)); +ADD_DESCR("member", __FILE__); // Check if the admin has entered the data if ((empty($_CONFIG['primera_api_name'])) || (empty($_CONFIG['primera_api_md5']))) { @@ -59,7 +59,7 @@ $content = array(); $points = false; // Is the mode set (payout only) if (!isset($_GET['mode'])) { - // Get referral id + // Get referal id $content['refid'] = bigintval($_CONFIG['primera_refid']); // Get Primus id @@ -187,7 +187,7 @@ if ((isset($_POST['ok'])) && (isset($_GET['mode']))) { // Default is locked! $locked = true; - // Shall I "pay" the referral points imidiately? + // Shall I "pay" the referal points imidiately? if ($_CONFIG['ref_payout'] == "0") { // Yes, "pay" it now $locked = false;