]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_refback.php
Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / inc / modules / admin / what-config_refback.php
index 3939a8c38973c5da252ee26e02395ec6bcd6c642..e885bb8f198a891ba85b5702257816ee4072b8e9 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Refback-Einstellungen                            *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -40,14 +45,14 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR("admin", __FILE__);
 
-if (isset($_POST['ok'])) {
+if (IS_FORM_SENT()) {
        // Save configuration
-       ADMIN_SAVE_SETTINGS($_POST);
+       ADMIN_SAVE_SETTINGS_POST();
 } else {
        // Prepare content
        $content = array(
-               'refback_min_perc' => bigintval(getConfig('refback_min_perc')),
-               'refback_max_perc' => bigintval(getConfig('refback_max_perc'))
+               'refback_min_perc' => getConfig(('refback_min_perc')),
+               'refback_max_perc' => getConfig(('refback_max_perc'))
        );
 
        // Add more content