pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit 373bb1a796b5a0bd1a75f5da9d06ea77ea31a526
parent 5a6cb0872516b3245c50a82f392ab3ec39159136
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue,  2 Apr 2024 20:31:56 +0200

set expiry date for save-cookie to 1 year

Diffstat:
Mindex.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -299,7 +299,7 @@ if (!$loading_screen) { "href=\"#\"" . "onclick=\"document.cookie='streams=" . implode(",", $streams["stream"]) . - "';\"" . + ";path=/;max-age=31536000;';\"" . "title='Save' " . "id='button-save'>" . "&#128427;" .