document.location.href = 'https://habr.com/'
$uploaddir = "images/products/".$seo_name."/";
$apend=date('YmdHis').rand(100,1000).'.png';
$uploadfile = $uploaddir.$apend;
$cmd = 'php bin/async_script.php';
$process = new Process($cmd . " > /dev/null &");
$process->start()