2 Star 1 Fork 1

Walkline / 数据转发接收接口

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 200 Bytes
一键复制 编辑 原始数据 按行查看 历史
Walkline 提交于 2020-01-21 20:50 . 修复首页
<?php
// include_once('inc/connect2db.php');
$page = "index";
load_pages($page);
function load_pages($page) {
$output = file_get_contents("web/interface/{$page}.html");
echo $output;
}
?>
PHP
1
https://gitee.com/walkline/data_receiving_interface.git
git@gitee.com:walkline/data_receiving_interface.git
walkline
data_receiving_interface
数据转发接收接口
master

搜索帮助