Admin user details extended, DEBUG_LOG() rewritten, random userid on refid=0 added
[mailer.git] / click.php
index 4dd6144b6764b777778113efe92855b7622b1d87..c10ff149c390d339ecba036cd6cca32a9ebda8db 100644 (file)
--- a/click.php
+++ b/click.php
@@ -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]
 ?>