Ignore packaged releases/output of check_translation (proposed by Peter Harkins); fix formatting in php

This commit is contained in:
Evgeny Gryaznov 2011-02-22 00:02:58 +01:00
parent 3cc49c965a
commit 56edca952c
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
src/messenger/.idea/workspace.xml
src/messenger/absent_*
src/messenger/release*
.DS_Store

View File

@ -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.";
}