summaryrefslogtreecommitdiff
path: root/FunnyDotImage.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-10 22:49:06 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-10 22:49:06 +0200
commit37d7a76457d6fe20680c2eeaf0c79fd2343908bb (patch)
tree0b4ffa4c88d2eb9439af26c148e03ff7eb981a07 /FunnyDotImage.php
parent6c5a17a2ca950c6d3bb8db2febe4c242bef8b861 (diff)
just cosmetics
Diffstat (limited to 'FunnyDotImage.php')
-rw-r--r--FunnyDotImage.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/FunnyDotImage.php b/FunnyDotImage.php
deleted file mode 100644
index f2e1110c..00000000
--- a/FunnyDotImage.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-require ('includes/WebStart.php');
-
-$time = time();
-
-setCookie('AntiSpamTime', $time);
-setCookie('AntiSpamHash', sha1($time.$wgAntiSpamHash));
-
-header('HTTP/1.1 200 OK');
-header("Cache-Control: no-cache, must-revalidate");
-header('Content-Type: image/png');
-header('Content-Length: 69');
-
-/** transparent png (1px*1px) */
-echo base64_decode('iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQImWNgYGAAAAAEAAGjChXjAAAAAElFTkSuQmCC');
-
-exit;
-
-?> \ No newline at end of file