From adef3064abd022b0b043d6f25dd4be82c40f3a48 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 19 Aug 2024 23:24:40 +0100 Subject: [PATCH] firstrun: clarify data storage directory --- modules/feature-firstrun.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/feature-firstrun.php b/modules/feature-firstrun.php index 4e66b33..912dd58 100644 --- a/modules/feature-firstrun.php +++ b/modules/feature-firstrun.php @@ -6,7 +6,7 @@ register_module([ "name" => "First run wizard", - "version" => "0.2.1", + "version" => "0.2.2", "author" => "Starbeamrainbowlabs", "description" => "Displays a special page to aid in setting up a new wiki for the first time.", "id" => "feature-firstrun", @@ -125,7 +125,7 @@ register_module([ -

The location on the server's disk to store the wiki data. Relative paths are ok - the default is . (i.e. the current directory).

+

The location on the server's disk to store the wiki data. Relative paths are ok - the default is . (i.e. the current directory that index.php is stored in).