summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinfoil-hat.net <mail@tinfoil-hat.net>2023-05-07 06:27:58 +0200
committertinfoil-hat.net <mail@tinfoil-hat.net>2023-05-07 06:27:58 +0200
commit59be8b166653027f79516a4755370c0054216edd (patch)
tree7f15fc23096d932eafecf6065dc601f3eae59690
parentd2964c2ad2ae94b82a6c6e730386fe777b148c43 (diff)
downloadtinfoil-hat.net-59be8b166653027f79516a4755370c0054216edd.tar.gz
tinfoil-hat.net-59be8b166653027f79516a4755370c0054216edd.tar.bz2
tinfoil-hat.net-59be8b166653027f79516a4755370c0054216edd.zip
Added Guestbook
-rw-r--r--guestbook/guestbook.html2
-rw-r--r--guestbook/guestbook.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/guestbook/guestbook.html b/guestbook/guestbook.html
index 696ae90..4bb7664 100644
--- a/guestbook/guestbook.html
+++ b/guestbook/guestbook.html
@@ -61,7 +61,7 @@
</style>
</head>
<body>
- <div style="border:2px solid #555;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#000;box-shadow:3px 3px 5px rgba(0,0,0,0.5)">
+ <div style="border:2px solid #555;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#000;box-shadow:3px 3px 5px rgba(0,0,0,0.5)">
<div style="text-shadow:1px 0px 0px #444;letter-spacing:0.28px;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;background-color:#111;padding:3px 6px 3px 6px;border-bottom:1px solid #555">
<b>:: Tinfoil-hat.net - A secure home for every tinfoil-hat</b>
<br>
diff --git a/guestbook/guestbook.php b/guestbook/guestbook.php
index aa2cffe..4f96a04 100644
--- a/guestbook/guestbook.php
+++ b/guestbook/guestbook.php
@@ -29,7 +29,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
}
}
-/ Display guestbook entries
+// Display guestbook entries
$entries = file("entries.txt");
?>