-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.old.php
More file actions
executable file
·25 lines (25 loc) · 908 Bytes
/
index.old.php
File metadata and controls
executable file
·25 lines (25 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php $fileList = glob(__DIR__ . '/*.php'); ?>
<!DOCTYPE html>
<html>
<head>
<title>PHP Exp</title>
</head>
<body>
<h1>PHP Exp</h1>
<hr />
<table style="border: thin solid black;">
<tr>
<td><a target="_blank" href="/process_file.php?num=1">1</a></td>
<td><a target="_blank" href="/process_file.php?num=2">2</a></td>
<td><a target="_blank" href="/process_file.php?num=3">3</a></td>
<td><a target="_blank" href="/process_file.php?num=4">4</a></td>
<td><a target="_blank" href="/process_file.php?num=5">5</a></td>
<td><a target="_blank" href="/process_file.php?num=6">6</a></td>
<td><a target="_blank" href="/process_file.php?num=7">7</a></td>
<td><a target="_blank" href="/process_file.php?num=8">8</a></td>
<td><a target="_blank" href="/process_file.php?num=9">9</a></td>
<td><a target="_blank" href="/process_file.php?num=10">10</a></td>
</tr>
</table>
</body>
</html>