From 9341e3885e1d7c2dc1c92e4d1f8280c75febb4c8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 1 Apr 2018 16:34:06 +0100 Subject: [PATCH] Add help section for api status --- modules/api-status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/api-status.php b/modules/api-status.php index cdd214c..8444035 100644 --- a/modules/api-status.php +++ b/modules/api-status.php @@ -44,7 +44,7 @@ register_module([ exit($minified ? json_encode($result) : json_encode($result, JSON_PRETTY_PRINT) . "\n"); }); - add_help_section("960-api-status", "Wiki Status API", "

"); + add_help_section("960-api-status", "Wiki Status API", "

$settings->sitename has a status page that returns some basic information about the current state of the wiki in JSON. It can be used as a connection tester - as the Pepperminty Wiki Android app does.

"); } ]);