1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 04:23:01 +00:00
This commit is contained in:
Starbeamrainbowlabs 2019-05-11 00:35:47 +01:00
parent 1d6409128d
commit a25767432a
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -8,6 +8,7 @@ register_module([
"id" => "feature-firstrun", "id" => "feature-firstrun",
"code" => function() { "code" => function() {
// TODO: Remove this line once it's ready
return true; // Stop this module from actually being executed - it's not ready yet! return true; // Stop this module from actually being executed - it's not ready yet!
// TODO: Figure out how to detect pre-existing wikis here // TODO: Figure out how to detect pre-existing wikis here