]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-primera.php
Direct registration added, typo fixed, admin session on missing/failed login fixed...
[mailer.git] / inc / modules / member / what-primera.php
index c5062c243bd410712a6ce894637ac962e72d9c8a..7b8343db0e954bf572c48f43b37bf78cf2949f0c 100644 (file)
@@ -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;