fix variable length

This commit is contained in:
Michael Parker 2020-03-26 12:01:29 -04:00
parent c0bd622579
commit 3f515b98ec

View File

@ -3,7 +3,7 @@
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1"
}, },
"exported_at": "2020-03-26T11:44:42-04:00", "exported_at": "2020-03-26T12:00:56-04:00",
"name": "TeaSpeak", "name": "TeaSpeak",
"author": "parker@parkervcp.com", "author": "parker@parkervcp.com",
"description": "TeaSpeak is a free to use client and server software for VoIP communication.\r\n\r\nIts the ideal deal software for everyone who is annoyed about limits and restrictions.", "description": "TeaSpeak is a free to use client and server software for VoIP communication.\r\n\r\nIts the ideal deal software for everyone who is annoyed about limits and restrictions.",
@ -57,7 +57,7 @@
"default_value": ".\/libs\/", "default_value": ".\/libs\/",
"user_viewable": 0, "user_viewable": 0,
"user_editable": 0, "user_editable": 0,
"rules": "required|string|max:20" "rules": "required|string"
}, },
{ {
"name": "ld preload", "name": "ld preload",
@ -66,7 +66,7 @@
"default_value": ".\/libs\/libjemalloc.so.2", "default_value": ".\/libs\/libjemalloc.so.2",
"user_viewable": 0, "user_viewable": 0,
"user_editable": 0, "user_editable": 0,
"rules": "required|string|max:20" "rules": "required|string"
}, },
{ {
"name": "Teaspeak Version", "name": "Teaspeak Version",