From de85278cac9345db32bbe996e72bb7d1e6486a9f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 12 Jun 2024 19:49:38 +0000 Subject: [PATCH] fix(settings.php): some spelling --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index 11d37d60..8368b402 100644 --- a/settings.php +++ b/settings.php @@ -4,7 +4,7 @@ // Reset all cookies when resetting, or before saving new cookies if (isset($_REQUEST["reset"])) { // if (isset($_REQUEST["reset"]) || isset($_REQUEST["save"])) { - // Removing isset($_REQUEST["save"])) fixes the problem that settings don't "stick" if you go back into settins page to make additional settins changes. + // Removing isset($_REQUEST["save"])) fixes the problem that settings don't "stick" if you go back into settings page to make additional changes. if (isset($_SERVER["HTTP_COOKIE"])) { $cookies = explode(";", $_SERVER["HTTP_COOKIE"]); foreach($cookies as $cookie) {