source:
extensions/rv_akismet/csi.php
@
32504
Last change on this file since 32504 was 29452, checked in by , 10 years ago | |
---|---|
File size: 323 bytes |
Rev | Line | |
---|---|---|
[13799] | 1 | <?php |
[29452] | 2 | define('IN_CSI', 1); |
[13799] | 3 | define('PHPWG_ROOT_PATH','../../'); |
4 | include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); | |
5 | ||
[29452] | 6 | if (!isset($_SESSION['csi'])) |
7 | $_SESSION['csi'] = 1; | |
8 | ||
[13799] | 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.