<?php

/** 
 * index.php for raterockerautocare.net
 * note: uses a header() redirect to send traffic to 
 * a legit EF link, currently set to affid 20029
 * which is 'Dummy affiliate (Coston)'
 *
 * NOTE: for DEV versions, comment this out to an
 * INactive or TEST affiliate, and make sure to 
 * switch it back afterward!
 */


$url = "https://www.ploos.site/25G9N16L/86L24P2/?source_id=organic-visit";
header($url);
 
