Fixes for SQL execution and deprecated files removed
[mailer.git] / click.php
index 4dd6144b6764b777778113efe92855b7622b1d87..515a958587ba3583e8e94c20978026c9cc85c834 100644 (file)
--- a/click.php
+++ b/click.php
@@ -42,7 +42,7 @@ $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 $GLOBALS['module'] = "click"; $CSS = -1;
 
 // Load the required file(s)
-require ("inc/config.php");
+require("inc/config.php");
 
 if (((!empty($_GET['user'])) || (!empty($_GET['reseller']))) && (!empty($_GET['banner']))) {
        // Update clicks counter...
@@ -54,11 +54,11 @@ if (((!empty($_GET['user'])) || (!empty($_GET['reseller']))) && (!empty($_GET['b
                } else {
                        LOAD_URL("shop_reseller.php?reseller=".bigintval($_GET['user']));
                }
-       }
-       exit();
-} else {
-       // Do nothing for now
-       die();
-}
-//
+       } // END - if
+} // END - if
+
+// Load index page
+LOAD_URL("index.php");
+
+// [EOF]
 ?>