diff options
| author | Magnus Hagander | 2008-12-20 17:01:55 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2008-12-20 17:01:55 +0000 |
| commit | 096a7defafd93161c1e5864a77c21f54c5b43105 (patch) | |
| tree | e00d9b6c05689c2493ea48eba67365f5609afc33 /portal/system | |
| parent | 21c827361e19e2e2b8f3a4cc5d105f6bd7bb6fc3 (diff) | |
yeah, and then don't make that kind of embarrassing mistakes either.
Stupid typo.
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2356 8f5c7a92-453e-0410-a47f-ad33c8a6b003
Diffstat (limited to 'portal/system')
| -rw-r--r-- | portal/system/redir2.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/portal/system/redir2.php b/portal/system/redir2.php index 28ec04e0..638290dd 100644 --- a/portal/system/redir2.php +++ b/portal/system/redir2.php @@ -75,14 +75,14 @@ } } - pg_query_params("INSERT INTO clickthrus2 (mirror, protocol, client, path) VALUES ($1, $2, $3, $4)", + @pg_query_params("INSERT INTO clickthrus2 (mirror, protocol, client, path) VALUES ($1, $2, $3, $4)", array( $mirror, $type, $_SERVER['REMOTE_ADDR'], $file )); - - header("Location: ", $url); + + header("Location: " . $url); exit; ?> |
