Cookie fix

This commit is contained in:
CommanderRedYT
2021-06-25 07:50:00 +02:00
parent f61cf48e82
commit 90d420be50

View File

@@ -1,6 +1,6 @@
<?php if (!isset($_COOKIE["darkmode"])) {
$_COOKIE["darkmode"] = "false";
}?>
$_COOKIE["darkmode"] = "false";
} ?>
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth">