X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=click.php;h=515a958587ba3583e8e94c20978026c9cc85c834;hp=4dd6144b6764b777778113efe92855b7622b1d87;hb=6b934c44f3293ec1425af4529b8eaf2f245a5a26;hpb=6032b7018b83778f1592383238f4e0d28f718622 diff --git a/click.php b/click.php index 4dd6144b67..515a958587 100644 --- 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] ?>