You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
mobile
oss
static
thinkphp
upload
vendor
wxtmp
Message.php
index.php
pptWX.php
pptWXBase.php
url.php
wx.php
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
16 lines
294 B
PHP
Executable File
16 lines
294 B
PHP
Executable File
<?php
|
|
require 'pptWX.php';
|
|
$data = getData();
|
|
?>
|
|
<html>
|
|
<head>
|
|
|
|
</head>
|
|
<body>
|
|
<?php foreach($data as $item): ?>
|
|
<?=$item?>
|
|
<?php endforeach ?>
|
|
aaaaaaaaaaaaaaaaaaaaa
|
|
</body>
|
|
</html>
|