Changeset 117920
- Timestamp:
- 05/14/2009 03:15:55 PM (16 years ago)
- Location:
- referrer-detector
- Files:
-
- 61 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
referrer-detector/trunk/rd.class.php
r117646 r117920 444 444 foreach ($excluded_urls as $url) 445 445 { 446 // deal with "empty delimiter" warning 447 if (!$url) continue; 448 446 449 if (strpos(strtolower($referrer), strtolower($url)) === 0) 447 450 { -
referrer-detector/trunk/readme.txt
r117646 r117920 5 5 Requires at least: 2.2 6 6 Tested up to: 2.7.1 7 Stable tag: 4.0. 17 Stable tag: 4.0.2 8 8 9 9 Helps your blog detect where the user comes from and automatically displays the corresponding greetings. … … 110 110 111 111 == History == 112 * 4.0.1 - A hot fix attempting to fix allow_call_time_pass_reference problem112 * 4.0.1, 4.0.2 - Hot fixes 113 113 * 4.0 114 114 1. Completely rewritten code - now optimized OOP -
referrer-detector/trunk/referrer_detector.php
r117646 r117920 5 5 Description: Helps your blog detect where the user comes from and automatically displays the corresponding greetings. 6 6 IMPORTANT: In order for this version to work, you may have to wait for the cache (if any) to expire or manually delete it. 7 Version: 4.0. 17 Version: 4.0.2 8 8 Author: Phoenixheart 9 9 Author URI: http://www.phoenixheart.net
Note: See TracChangeset
for help on using the changeset viewer.