source:
extensions/rv_akismet/csi.php
@
32094
Last change on this file since 32094 was 29452, checked in by , 10 years ago | |
---|---|
File size: 323 bytes |
Line | |
---|---|
1 | <?php |
2 | define('IN_CSI', 1); |
3 | define('PHPWG_ROOT_PATH','../../'); |
4 | include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); |
5 | |
6 | if (!isset($_SESSION['csi'])) |
7 | $_SESSION['csi'] = 1; |
8 | |
9 | //set_status_header(204); |
10 | header('Content-Type: image/gif'); |
11 | echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=='); |
12 | ?> |
Note: See TracBrowser
for help on using the repository browser.