more facepalm, fixed a syntax error

master
BodgeMaster 2020-03-10 19:25:03 +01:00
parent d210fd38af
commit 751c30695c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
if (!isset($_COOKIE['threadr_cookie_banner']))
if (!isset($_COOKIE['threadr_cookie_banner'])) {
if (!$login){
echo "<div class='banner'><p class='beige'>We neeeeed Cookies. They taste sooo good. *crunch*</p><p class='beige'>Seriously, this site is in development. You should not be here. If you want to stay anyways, you will have to accept our cookies.</p><a href='%CONTENT_DIR%/accept_cookie.php?from=" . urlencode($_SERVER['REQUEST_URI']) . "'><button> OK </button></a></div>";
} else {