diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-18 15:00:49 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-18 15:00:49 +0500 |
| commit | 312b5d6e873d53b78db4bef628fe01391a30cdb0 (patch) | |
| tree | 677ea09ae06471784509602421ba78d24d68dbb0 /public/mod.php | |
| parent | 01b4d8ac76a2a6a7ee57dd173f3894022977d2cb (diff) | |
feat: file bans
Diffstat (limited to 'public/mod.php')
| -rw-r--r-- | public/mod.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/mod.php b/public/mod.php index de789ce..728222e 100644 --- a/public/mod.php +++ b/public/mod.php @@ -66,7 +66,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { <td><input type="password" name="password" required></td> </tr> </table> - <button type="submit">Log in</button> + <button type="submit" class="fancy">Log in</button> </form> <?php endif; ?> </main> |
