Amend guestbook notices
This commit is contained in:
parent
e7202174f7
commit
95f5c5f170
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'name' => env('APP_NAME', 'wah.moe'),
|
'name' => env('APP_NAME', 'wah.moe'),
|
||||||
'version' => '2026.01.23',
|
'version' => '2026.01.23-patch0',
|
||||||
'env' => env('APP_ENV', 'production'),
|
'env' => env('APP_ENV', 'production'),
|
||||||
'debug' => (bool)env('APP_DEBUG', false),
|
'debug' => (bool)env('APP_DEBUG', false),
|
||||||
'url' => env('APP_URL', 'http://localhost'),
|
'url' => env('APP_URL', 'http://localhost'),
|
||||||
|
|
|
||||||
|
|
@ -53,9 +53,9 @@
|
||||||
<li>You can submit an entry <u>once every hour</u>.</li>
|
<li>You can submit an entry <u>once every hour</u>.</li>
|
||||||
<li>Your IP address is logged but <u>not</u> publicly displayed.</li>
|
<li>Your IP address is logged but <u>not</u> publicly displayed.</li>
|
||||||
<li>Any entries that appear to be spam <u>will</u> be removed.</li>
|
<li>Any entries that appear to be spam <u>will</u> be removed.</li>
|
||||||
|
<li>Entries submitted on this site are flagged for manual review.</li>
|
||||||
@if (isLegacy())
|
@if (isLegacy())
|
||||||
<li>This form is broken in super-old browsers.</li>
|
<li>This form is broken in super-old browsers.</li>
|
||||||
<li>Entries submitted on this site are flagged for manual review.</li>
|
|
||||||
@endif
|
@endif
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue