Differences From Artifact [0414544418]:
- File src/main.c — part of check-in [55a7643938] at 2020-03-12 16:56:27 on branch eradicate-d-cap — An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. (user: wyoung size: 104140) [more...]
To Artifact [640f411456]:
- File src/main.c — part of check-in [58f00d333a] at 2020-03-26 03:01:16 on branch trunk — Fix typos. (user: ashepilko size: 104140) [more...]
| ︙ | ︙ | |||
1684 1685 1686 1687 1688 1689 1690 |
#endif
@ <html><head>
@ <meta name="viewport" \
@ content="width=device-width, initial-scale=1.0">
@ </head><body>
@ <h1>Not Found</h1>
@ </body>
| | | 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 |
#endif
@ <html><head>
@ <meta name="viewport" \
@ content="width=device-width, initial-scale=1.0">
@ </head><body>
@ <h1>Not Found</h1>
@ </body>
cgi_set_status(404, "Not Found");
cgi_reply();
}
return;
}
break;
}
|
| ︙ | ︙ |