Changeset 37707
- Timestamp:
- 04/02/08 05:53:13 (3 months ago)
- Files:
-
- access-logs/trunk/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
access-logs/trunk/plugin.php
r37562 r37707 2 2 /* 3 3 Plugin Name: Access Logs 4 Plugin URI: http://www.satollo.com/ wordpress/access-logs5 Description: Create access log in the Apache combine format. The logs are store in wp-content/logs.4 Plugin URI: http://www.satollo.com/english/wordpress/access-logs 5 Description: Access Logs generate a access log file in Apache combined format rotated monthly. 6 6 Version: 1.0 7 7 Author: Satollo … … 37 37 $href = $_SERVER['REQUEST_URI']; 38 38 if (strpos($href, 'wp-admin') !== false) return; 39 if (strpos($href, 'wp-includes') !== false) return; 39 40 40 41 $referer = $_SERVER['HTTP_REFERER'];
