mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 10:00:35 +03:00
Ignore packaged releases/output of check_translation (proposed by Peter Harkins); fix formatting in php
This commit is contained in:
parent
3cc49c965a
commit
56edca952c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
src/messenger/.idea/workspace.xml
|
||||
.DS_Store
|
||||
src/messenger/absent_*
|
||||
src/messenger/release*
|
||||
.DS_Store
|
||||
|
@ -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.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user