From 56edca952cd574e37b68016be078b8e88ce38c99 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Tue, 22 Feb 2011 00:02:58 +0100 Subject: [PATCH] Ignore packaged releases/output of check_translation (proposed by Peter Harkins); fix formatting in php --- .gitignore | 4 +++- src/messenger/webim/operator/features.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2dbe7fa..d493e88f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ src/messenger/.idea/workspace.xml -.DS_Store \ No newline at end of file +src/messenger/absent_* +src/messenger/release* +.DS_Store diff --git a/src/messenger/webim/operator/features.php b/src/messenger/webim/operator/features.php index bb6843bc..ba316643 100644 --- a/src/messenger/webim/operator/features.php +++ b/src/messenger/webim/operator/features.php @@ -47,8 +47,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."; }