| | @@ -2325,11 +2325,10 @@ |
| 2325 | 2325 | #endif /* INTERFACE */ |
| 2326 | 2326 | |
| 2327 | 2327 | const Setting aSetting[] = { |
| 2328 | 2328 | { "access-log", 0, 0, 0, 0, "off" }, |
| 2329 | 2329 | { "admin-log", 0, 0, 0, 0, "off" }, |
| 2330 | | - { "allow-clean-x", 0, 0, 0, 0, "off" }, |
| 2331 | 2330 | { "allow-symlinks", 0, 0, 1, 0, "off" }, |
| 2332 | 2331 | { "auto-captcha", "autocaptcha", 0, 0, 0, "on" }, |
| 2333 | 2332 | { "auto-hyperlink", 0, 0, 0, 0, "on", }, |
| 2334 | 2333 | { "auto-shun", 0, 0, 0, 0, "on" }, |
| 2335 | 2334 | { "autosync", 0, 0, 0, 0, "on" }, |
| | @@ -2451,14 +2450,10 @@ |
| 2451 | 2450 | ** (versionable) them as symlinks on Unix. Has no effect on Windows |
| 2452 | 2451 | ** (existing links in repository created on Unix become |
| 2453 | 2452 | ** plain-text files with link destination path inside). |
| 2454 | 2453 | ** Default: off |
| 2455 | 2454 | ** |
| 2456 | | -** allow-clean-x If enabled, allow the --extreme option to be used in |
| 2457 | | -** the clean command. |
| 2458 | | -** Default: off |
| 2459 | | -** |
| 2460 | 2455 | ** auto-captcha If enabled, the Login page provides a button to |
| 2461 | 2456 | ** fill in the captcha password. Default: on |
| 2462 | 2457 | ** |
| 2463 | 2458 | ** auto-hyperlink Use javascript to enable hyperlinks on web pages |
| 2464 | 2459 | ** for all users (regardless of the "h" privilege) if the |
| 2465 | 2460 | |