Update guestbook notices to list

This commit is contained in:
floppydiskette 2023-07-16 14:59:31 +01:00
parent b0cccfac6e
commit e1da508542
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:yXxSuswzElTluzXjKgvZK0bDGhTaj/XbArybRDr+Mfs

View file

@ -35,8 +35,12 @@
</tr> </tr>
</table> </table>
</form> </form>
<p>You can submit an entry <u>once every hour</u>.</p> <p>A few things to note:</p>
<p>Your IP address <u>will</u> be logged but <u>will not</u> be publically displayed.</p> <ul>
<li>You can submit an entry <u>once every hour</u>.</li>
<li>Your IP address <u>will</u> be logged but <u>will not</u> be publically displayed.</li>
<li>Any entries that appear to be spam <u>will</u> be removed.</li>
</ul>
<hr/> <hr/>
@php @php
$entries = DB::select('SELECT name, timestamp, message FROM guestbook_entries ORDER BY id DESC'); $entries = DB::select('SELECT name, timestamp, message FROM guestbook_entries ORDER BY id DESC');