Changeset 2941722
- Timestamp:
- 07/22/2023 08:18:43 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tracemyip-visitor-analytics-ip-tracking-control/trunk/includes/functions.php
r2941696 r2941722 368 368 if ($pos_val and $pos_val==='header_async') { 369 369 $code=tmip_strip_divs($code); 370 $code=str_replace('lgUrl.php?','lgUrl.php?gustInvT=fzize0&',$code); 370 $reduce_line_height='lgUrl.php?gustInvT=fzize0'; 371 if (!stristr($code,$reduce_line_height)) { 372 $code=str_replace('lgUrl.php?',$reduce_line_height.'&',$code); 373 } 371 374 // Sync script to show tracker in header 372 375 } elseif ($pos_val and $pos_val==='header') {
Note: See TracChangeset
for help on using the changeset viewer.