日期:2014-05-17 浏览次数:20679 次
<?php
$Shortcut = "[DEFAULT]
BASEURL=http://www.xxxxxx.com/
[InternetShortcut]
URL=http://www.xxxx.com/
Modified=B07A55D9386FCA01CA
IconFile=http://www.xxxx.com/favicon.ico
IconIndex=1";
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=xxxx.url;");
echo $Shortcut;
?>
?