mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
updated comments in the settings (build to come soon)
This commit is contained in:
parent
bc4533c16c
commit
56177df7db
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $settings = new stdClass();
|
||||||
$settings->sitename = "Pepperminty Wiki";
|
$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.
|
// 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
|
// 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";
|
$settings->updateurl = "https://raw.githubusercontent.com/sbrl/pepperminty-wiki/master/index.php";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue