Last change
on this file since 14170 was
13799,
checked in by rvelices, 13 years ago
|
rv_akismet - added a technique to detect robots (as of today my tests show 100% spams caught) :)
|
File size:
268 bytes
|
Rev | Line | |
---|
[13799] | 1 | <?php |
---|
| 2 | define('PHPWG_ROOT_PATH','../../'); |
---|
| 3 | include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); |
---|
| 4 | |
---|
| 5 | $_SESSION['csi']=1; |
---|
| 6 | //set_status_header(204); |
---|
| 7 | header('Content-Type: image/gif'); |
---|
| 8 | echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw=='); |
---|
| 9 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.