summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/WebAdmin.lua
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-04-07 14:31:44 +0200
committerLukas Pioch <lukas@zgow.de>2017-04-07 21:26:59 +0200
commit7960d142ca3e28e0e4550faf131398899dca90dc (patch)
tree209d6c632e6d265cf04488b6567ca8bb4f32e3cf /Server/Plugins/APIDump/Classes/WebAdmin.lua
parentReplace double grass and large fern with placed block (diff)
downloadcuberite-7960d142ca3e28e0e4550faf131398899dca90dc.tar
cuberite-7960d142ca3e28e0e4550faf131398899dca90dc.tar.gz
cuberite-7960d142ca3e28e0e4550faf131398899dca90dc.tar.bz2
cuberite-7960d142ca3e28e0e4550faf131398899dca90dc.tar.lz
cuberite-7960d142ca3e28e0e4550faf131398899dca90dc.tar.xz
cuberite-7960d142ca3e28e0e4550faf131398899dca90dc.tar.zst
cuberite-7960d142ca3e28e0e4550faf131398899dca90dc.zip
Diffstat (limited to 'Server/Plugins/APIDump/Classes/WebAdmin.lua')
-rw-r--r--Server/Plugins/APIDump/Classes/WebAdmin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Classes/WebAdmin.lua b/Server/Plugins/APIDump/Classes/WebAdmin.lua
index f6ebe9da7..9eeb72c1c 100644
--- a/Server/Plugins/APIDump/Classes/WebAdmin.lua
+++ b/Server/Plugins/APIDump/Classes/WebAdmin.lua
@@ -23,7 +23,7 @@ return
Type = "function",
},
},
- Notes = "Adds a new web tab to webadmin. The tab uses \"Title\" as its display string and is identified in the URL using the UrlPath (https://server.domain.com/webadmin/{PluginName}/{UrlPath}). The HandlerFn is the callback function that is called when the admin accesses the page, it has the following signature:<br/><pre class=\"prettyprint lang-lua\">function ({{a_Request|HTTPRequest}}, a_UrlPath)<br/> return Content, ContentType<br/>end</pre> URLPath must not contain a '/', the recommendation is to use only 7-bit-clean ASCII character set.",
+ Notes = "Adds a new web tab to webadmin. The tab uses \"Title\" as its display string and is identified in the URL using the UrlPath (https://server.domain.com/webadmin/{PluginName}/{UrlPath}). The HandlerFn is the callback function that is called when the admin accesses the page, it has the following signature:<br/><pre class=\"prettyprint lang-lua\">function ({{HTTPRequest|a_Request}}, a_UrlPath)<br/> return Content, ContentType<br/>end</pre> URLPath must not contain a '/', the recommendation is to use only 7-bit-clean ASCII character set.",
},
GetAllWebTabs =
{