website/public/stamper/inseassetcollect.php

9 lines
197 B
PHP

<?php
$url = explode("?", $_SERVER['REQUEST_URI']);
$id = $url[1];
//echo($id);
$file = "http://jarfeh.xyz/Game/Tools/InsertAsset.ashx?" . $id;
header("location:" . $file);
?>