Restrict port to numbers
This commit is contained in:
parent
e8895a4d76
commit
7c0541034a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class ConfigStorage extends Class
|
||||||
key: "fileserver_port"
|
key: "fileserver_port"
|
||||||
title: "File server port"
|
title: "File server port"
|
||||||
type: "text"
|
type: "text"
|
||||||
restrict: "number"
|
valid_pattern: /[0-9]*/
|
||||||
description: "Other peers will use this port to reach your served sites. (default: 15441)"
|
description: "Other peers will use this port to reach your served sites. (default: 15441)"
|
||||||
|
|
||||||
section.items.push
|
section.items.push
|
||||||
|
|
Loading…
Reference in a new issue