You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
wxtmp/wx.php
Executable file
15
wxtmp/wx.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
require 'pptWX.php';
|
||||
$data = getData();
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<?php foreach($data as $item): ?>
|
||||
<?=$item?>
|
||||
<?php endforeach ?>
|
||||
aaaaaaaaaaaaaaaaaaaaa
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user