-
- $Shortcut = "[InternetShortcut]
- URL=http://www.leduz.com/#shortcut
- IconFile=http://www.leduz.com/faviconbig.ico
- IconIndex =1
- IDList=
- [{000214A0-0000-0000-C000-000000000046}]
- Prop3=19,2
- ";
- Header("Content-type: application/octet-stream");
- header("Content- Disposition: attachment; filename=小 Judeng Classified Information Network.url;");
- echo $Shortcut;
- ?>
-
Copy the code
and save it as a php file. Click the link to download it to the desktop icon
Note that different systems may have problems with the ico icon not being displayed. Please try the following code:
-
- [DEFAULT]
- BASEURL=http://www.leduz.com/
- [InternetShortcut]
- URL=http://www.leduz.com/#shortcut
- Modified=70BF4B88E372CC0124
- IconFile=http: //www.leduz.com/faviconbig.ico
- IconIndex=1
Copy code
|