aboutsummaryrefslogtreecommitdiff
path: root/views/test/index.php
blob: e0b7eb6e66d245cf29aff4aaf7d34c4b06bf6f9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php
    include '../meta.php';
    print_r(Database\User::get_all());
?>

<form action="/test1/index.php" method="POST">
    <input type="text" name="Username" placeholder="Username">
    <input type="submit">
</form>

<?php end_page(); ?>