1 Star 0 Fork 0

秋冷 / 微信短信发送

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
秋冷 提交于 2020-08-08 16:43 . 起步
<?php
echo phpinfo();
return;
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/dashboard/');
exit;
?>
Something is wrong with the XAMPP installation :-(
1
https://gitee.com/lihua1234/wechat_sms_sending.git
git@gitee.com:lihua1234/wechat_sms_sending.git
lihua1234
wechat_sms_sending
微信短信发送
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891