我正在使用以下代码。
$un=@unlink('/var/www/vhosts/mtsbeta.com/httpdocs/beta/cache_files/cache.php');
print_r($unlink);
@session_destroy();
//exit;
$host1=$_SERVER['HTTP_HOST'];
header("location:https://$host1/index.php?msg=2");
如果我使用了它正在工作的出口。请告诉我为什么它不工作?