Changeset 37707

Show
Ignore:
Timestamp:
04/02/08 05:53:13 (3 months ago)
Author:
satollo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • access-logs/trunk/plugin.php

    r37562 r37707  
    22/* 
    33Plugin Name: Access Logs 
    4 Plugin URI: http://www.satollo.com/wordpress/access-logs 
    5 Description: Create access log in the Apache combine format. The logs are store in wp-content/logs
     4Plugin URI: http://www.satollo.com/english/wordpress/access-logs 
     5Description: Access Logs generate a access log file in Apache combined format rotated monthly
    66Version: 1.0 
    77Author: Satollo 
     
    3737      $href = $_SERVER['REQUEST_URI']; 
    3838    if (strpos($href, 'wp-admin') !== false) return; 
     39    if (strpos($href, 'wp-includes') !== false) return; 
    3940     
    4041      $referer = $_SERVER['HTTP_REFERER'];