mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +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
|
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";
|
$settings[$opt] = verifyparam($opt,"/^on$/", "") == "on" ? "1" : "0";
|
||||||
}
|
}
|
||||||
update_settings();
|
update_settings();
|
||||||
header("Location: $webimroot/operator/features.php?stored");
|
header("Location: $webimroot/operator/features.php?stored");
|
||||||
exit;
|
exit;
|
||||||
} else {
|
} else {
|
||||||
$errors[] = "Not an administrator.";
|
$errors[] = "Not an administrator.";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user