]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
More fixes, thanks to Piter01
[mailer.git] / inc / modules / admin / what-config_primera.php
index f244c6e1e8fcb4e7e9a79fb42a069eeb03a8f369..873eea58e2ead4e163ee0ffcb537137af8100110 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) {
+if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", basename(__FILE__));
+ADD_DESCR("admin", __FILE__);
 
 if (isset($_POST['ok'])) {
        // First merge temporarily the new API data into the current config
@@ -51,7 +51,7 @@ if (isset($_POST['ok'])) {
                unset($_POST['pass']);
        } // END - if
 
-       // Let's test the API first (hold your horses here, cowboy! Thanks. :) )
+       // Let's test the API first (hold your horses here, cowboy! Thank you. :) )
        if (PRIMERA_TEST_API()) {
                // Save settings
                ADMIN_SAVE_SETTINGS($_POST);
@@ -64,7 +64,7 @@ if (isset($_POST['ok'])) {
        $content = array(
                'min_payout'    => bigintval($_CONFIG['primera_min_payout']),
                'min_withdraw'  => bigintval($_CONFIG['primera_min_withdraw']),
-               'api_name'              => bigintval($_CONFIG['primera_api_name']),
+               'api_name'              => $_CONFIG['primera_api_name'],
                'api_md5'               => $_CONFIG['primera_api_md5']
        );