Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordroy2011-04-27 12:47:38 +0000
committerdroy2011-04-27 12:47:38 +0000
commitcfa663fc0a48e6d67db2dd8f54817545227a6514 (patch)
tree709bb38c21553743220dd52b5139e6cadbfb1253
parent48f941e4ea98b65e5045fc2cbbf48c8047026314 (diff)
downloadgo-cfa663fc0a48e6d67db2dd8f54817545227a6514.tar.gz
go-cfa663fc0a48e6d67db2dd8f54817545227a6514.tar.xz
go-cfa663fc0a48e6d67db2dd8f54817545227a6514.zip
Add DELAYED handler and comment
-rw-r--r--redirector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.php b/redirector.php
index ca42f04..9ff4b23 100644
--- a/redirector.php
+++ b/redirector.php
@@ -91,7 +91,7 @@
# track the click
# Do a reverse lookup on the client IP
$client_hostname = @gethostbyaddr($_SERVER['REMOTE_ADDR']) ;
- $SQL = "INSERT INTO CampaignClicks (
+ $SQL = "INSERT /* /go/redirector.php */ DELAYED INTO CampaignClicks (
ClickID,
CampaignKey,
SubKey,

Back to the top