]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
More fixes applied from profi-conecpt, cache system rewritten: now all cache files...
[mailer.git] / inc / modules / admin / what-config_primera.php
index bd559c2e71157fa2b0004608a36008745d0396e7..873eea58e2ead4e163ee0ffcb537137af8100110 100644 (file)
@@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // 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);