Commit f335389e authored by Sven Franck's avatar Sven Franck

app: overwrite bad url routing

parent ffedf367
......@@ -6505,18 +6505,10 @@
// TODO: REFACTOR!!!
for (i = 0; i < path.length; i += 1) {
switch (path[i]) {
case "new":
mode = "new";
case "plan":
case "personal":
case "order":
backup = 1;
break;
case "add":
case "config":
case "scope":
case "ssl_on":
case "ssl_off":
case "ssl":
case "request":
case "installation":
mode = path[i];
break;
}
......
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