Commit 821bac20 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

translation fixes + moved a curly bracket

(cherry picked from commit 5c48a769)
parent 1e4e6690
...@@ -143,7 +143,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -143,7 +143,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
mark_subsystem_dirty('loadbalancer'); mark_subsystem_dirty('loadbalancer');
write_config(); write_config();
header("Location: load_balancer_pool.php"); header("Location: load_balancer_pool.php");
exit; } exit;
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment