mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Ignore packaged releases/output of check_translation (proposed by Peter Harkins); fix formatting in php
This commit is contained in:
parent
8a39697351
commit
d308977a00
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
@ -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.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user