1 Star 0 Fork 0

tjloved / niukun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
durl.php 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
tjloved 提交于 2018-06-04 20:08 . add
<?php
header("content-Type:text/html; charset=UTF-8");
include_once 'sys/conn.php';
include_once 'sys/mysql.class.php';
$title=$res->fn_select("select * from configlist where fid='$_SESSION[fid]' ");
/**
* Internet Shortcut
*
* Add the following into "head":
* <link href="favicon.ico" rel="icon" type="image/x-icon" />
* <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
* <link href="favicon.ico" rel="bookmark" type="image/x-icon" />
*/
$shortcut = '[InternetShortcut]
URL=http://'.$_SERVER[HTTP_HOST].'/
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
';
header('Content-type: application/octet-stream');
header('Content-Disposition: attachment; filename='.mb_convert_encoding($title[wzbt], "gb2312", "UTF-8").'.url;');
echo $shortcut;
1
https://gitee.com/tjloved/niukun.git
git@gitee.com:tjloved/niukun.git
tjloved
niukun
niukun
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891