Ignore:
Timestamp:
Sep 9, 2014, 9:30:58 PM (10 years ago)
Author:
rvelices
Message:

akismet no csi for robots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_akismet/csi.php

    r13799 r29452  
    11<?php
     2define('IN_CSI', 1);
    23define('PHPWG_ROOT_PATH','../../');
    34include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
    45
    5 $_SESSION['csi']=1;
     6if (!isset($_SESSION['csi']))
     7        $_SESSION['csi'] = 1;
     8
    69//set_status_header(204);
    710header('Content-Type: image/gif');
Note: See TracChangeset for help on using the changeset viewer.