From faed7d7a6c76e0e181a5f01b0c2f851287a7cc33 Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Wed, 2 Aug 2023 21:24:30 +0000 Subject: [PATCH] test cookies --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index ebc685e..71c8332 100644 --- a/index.php +++ b/index.php @@ -88,6 +88,7 @@ const d = new Date(); d.setTime(d.getTime() + (1 * 24 * 60 * 60 * 1000)); document.cookie = "signature=" + document.getElementById("signature-input").defaultValue + "; expires=" + d.toUTCString() + ";path=/"; + alert(document.getElementById("signature-input").defaultValue); } // load caches signature