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

This commit is contained in:
Evgeny Gryaznov 2011-02-21 23:59:46 +01:00
parent 8a39697351
commit d308977a00
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
bin bin
src/messenger/.idea/workspace.xml src/messenger/.idea/workspace.xml
src/messenger/absent_*
src/messenger/release*
src/mibewjava/.idea/workspace.xml src/mibewjava/.idea/workspace.xml
src/mibewjava/org.mibew.notifier/resources/ src/mibewjava/org.mibew.notifier/resources/
mibew.ini mibew.ini

View File

@ -51,8 +51,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.";
} }