diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-27 05:00:56 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-27 05:00:56 -0600 |
commit | 5079bbb6c842f43bc610ee5a99a90e0c9eb5448a (patch) | |
tree | 23a3a1ae181357aa48868a03e5d36db7f5a91f02 | |
parent | 7051c6ac184562095a19c8d4aa17b64773cc671b (diff) |
Did the thing
-rwxr-xr-x | cgi-bin/guest_book.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi-bin/guest_book.cgi b/cgi-bin/guest_book.cgi index daa8959..39f091e 100755 --- a/cgi-bin/guest_book.cgi +++ b/cgi-bin/guest_book.cgi @@ -138,6 +138,9 @@ def display_html(fields_reponse): <br/> <input type = "submit" value = "Fucking submit"> <b>You can't delete/edit it afterwards</b> </form> + <p> + <b>Be nice! Dont be a fucking ass.</b> + </p> {fields_reponse} </td> </tr> |