adding viewdb.php button

This commit is contained in:
Patrick McGuire
2021-10-11 17:38:33 -04:00
parent 1ae4af1431
commit fedc79e630
5 changed files with 57 additions and 0 deletions
+9
View File
@@ -430,6 +430,15 @@ footer {
</td>
</tr>
<tr class="file">
<td></td>
<td>
<form action="/viewdb.php">
<input type="submit" value="View Database">
</form>
</td>
</tr>
</tbody>
</table>
</div>