mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
remove deprecated option
This commit is contained in:
parent
d1c598b535
commit
db4b01839a
@ -82,13 +82,6 @@ func Parse(c *caddy.Controller) ([]Config, error) {
|
||||
|
||||
for c.NextBlock() {
|
||||
switch c.Val() {
|
||||
case "on":
|
||||
// NOTE: DEPRECATED
|
||||
if !c.NextArg() {
|
||||
return configs, c.ArgErr()
|
||||
}
|
||||
|
||||
cfg.BaseURL = c.Val()
|
||||
case "frontmatter":
|
||||
if !c.NextArg() {
|
||||
return configs, c.ArgErr()
|
||||
|
Loading…
Reference in New Issue
Block a user