Skip to content

Commit

Permalink
fix(settings.php): some spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahwxorg authored Jun 12, 2024
1 parent 20b810e commit de85278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit de85278

Please sign in to comment.