公告板
版本库
filestore
活动
搜索
登录
main
/
www
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1111 增加hyenglish
hxp
2024-09-06
49523e4f736ed3aac7ba4e4148b1b99098525b51
[www.git]
/
api
/
ad
/
click.php
1
2
3
4
5
6
7
<?php
include_once '/Common/Logging.php';
\Logging\CreateLogging("ad.click.php");
\Logging\LogInfo("_GET: " . print_r($_GET, true));
\Logging\LogInfo("_POST: " . print_r($_POST, true));
echo 1;