1 Star 0 Fork 3

2016/mymps

forked from cppcoder/mymps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
desktop.php 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
greezen 提交于 2017-05-03 10:18 . create
<?php
define('CURSCRIPT','desktop');
define('IN_MYMPS', true);
require_once dirname(__FILE__).'/include/global.php';
require_once dirname(__FILE__).'/data/config.php';
$Shortcut = "[InternetShortcut]
URL=$mymps_global[SiteUrl]/
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
";
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=$mymps_global[SiteName].url;");
echo $Shortcut;
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ekangel/mymps.git
git@gitee.com:ekangel/mymps.git
ekangel
mymps
mymps
master

搜索帮助