yes
This commit is contained in:
commit
2aef055057
37 changed files with 975 additions and 0 deletions
9
wh/index.php
Normal file
9
wh/index.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$files = glob("*.json");
|
||||
foreach($files as $file) {
|
||||
echo "<h1>$file</h1>";
|
||||
echo "<hr>";
|
||||
echo "<pre>";
|
||||
readfile($file);
|
||||
echo "</pre>";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue