source: extensions/rv_akismet/csi.php @ 31936

Last change on this file since 31936 was 29452, checked in by rvelices, 10 years ago

akismet no csi for robots

File size: 323 bytes
Line 
1<?php
2define('IN_CSI', 1);
3define('PHPWG_ROOT_PATH','../../');
4include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
5
6if (!isset($_SESSION['csi']))
7        $_SESSION['csi'] = 1;
8
9//set_status_header(204);
10header('Content-Type: image/gif');
11echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw==');
12?>
Note: See TracBrowser for help on using the repository browser.