From 56177df7dbed7ff5c3ff4b13d161792aed992643 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 24 May 2015 16:52:01 +0100 Subject: [PATCH] updated comments in the settings (build to come soon) --- settings.fragment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.fragment.php b/settings.fragment.php index 964de4a..391f51e 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -18,7 +18,7 @@ $settings = new stdClass(); $settings->sitename = "Pepperminty Wiki"; // the url from which to fetch updates. Defaults to the master (development) branch If there is sufficient demand, a separate stable branch will be created. -//currently not implemented (yet). +// note that if you use the automatic updater currently it won't save your module choices. // MAKE SURE THAT THIS POINTS TO A HTTPS URL, OTHERWISE SOMEONE COULD INJECT A VIRUS INTO YOUR WIKI $settings->updateurl = "https://raw.githubusercontent.com/sbrl/pepperminty-wiki/master/index.php";