diff --git a/.gitignore b/.gitignore index 9dbbd530..af8c185a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ bin src/messenger/.idea/workspace.xml +src/messenger/absent_* +src/messenger/release* src/mibewjava/.idea/workspace.xml src/mibewjava/org.mibew.notifier/resources/ mibew.ini diff --git a/src/messenger/webim/operator/features.php b/src/messenger/webim/operator/features.php index 6410a1e0..c579d55b 100644 --- a/src/messenger/webim/operator/features.php +++ b/src/messenger/webim/operator/features.php @@ -51,8 +51,8 @@ if (isset($_POST['sent'])) { $settings[$opt] = verifyparam($opt,"/^on$/", "") == "on" ? "1" : "0"; } update_settings(); - header("Location: $webimroot/operator/features.php?stored"); - exit; + header("Location: $webimroot/operator/features.php?stored"); + exit; } else { $errors[] = "Not an administrator."; }