summaryrefslogtreecommitdiff
path: root/FunnyDotImage.php
diff options
context:
space:
mode:
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