source: extensions/rv_akismet/csi.php @ 32504

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

akismet no csi for robots

File size: 323 bytes
RevLine 
[13799]1<?php
[29452]2define('IN_CSI', 1);
[13799]3define('PHPWG_ROOT_PATH','../../');
4include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
5
[29452]6if (!isset($_SESSION['csi']))
7        $_SESSION['csi'] = 1;
8
[13799]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.