mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Merge pull request #206 from SeanFromIT/master
adding WikiProject Paranormal
This commit is contained in:
commit
9b109face2
2 changed files with 6 additions and 3 deletions
|
@ -21,9 +21,12 @@ For everything you need to know (including how to get your own copy!), you proba
|
||||||
**[Website](https://peppermint.mooncarrot.space/)**
|
**[Website](https://peppermint.mooncarrot.space/)**
|
||||||
|
|
||||||
## Real World Usage
|
## Real World Usage
|
||||||
None yet! Contact me or [open an issue](https://github.com/sbrl/Pepperminty-Wiki/issues/new) and tell me about where you are using Pepperminty Wiki and I'll add you to this section :smiley_cat:
|
|
||||||
|
|
||||||
Pepperminty Wiki has been mentioned in a few places though:
|
* [WikiProject Paranormal](https://www.anomalyresponse.com) - An encyclopedia of the paranormal.
|
||||||
|
|
||||||
|
Is your site using Pepperminty Wiki? Contact me or [open an issue](https://github.com/sbrl/Pepperminty-Wiki/issues/new) and tell me about where you are using Pepperminty Wiki and I'll add you to this section :smiley_cat:
|
||||||
|
|
||||||
|
Pepperminty Wiki has also been mentioned in a few places:
|
||||||
|
|
||||||
- [Twitter, by @flameborn](https://twitter.com/flameborn/status/1196916602953961472)
|
- [Twitter, by @flameborn](https://twitter.com/flameborn/status/1196916602953961472)
|
||||||
- [Reddit, by u/flameborn](https://www.reddit.com/r/selfhosted/comments/d23mhx/yet_another_wiki/ezsu4rs?utm_source=share&utm_medium=web2x)
|
- [Reddit, by u/flameborn](https://www.reddit.com/r/selfhosted/comments/d23mhx/yet_another_wiki/ezsu4rs?utm_source=share&utm_medium=web2x)
|
||||||
|
|
|
@ -44,7 +44,7 @@ register_module([
|
||||||
}
|
}
|
||||||
if(!isset($pageindex->{$env->page}))
|
if(!isset($pageindex->{$env->page}))
|
||||||
{
|
{
|
||||||
exit(page_renderer::render_main("Error: Non-existent page - Deleting $env->page", "<p>You tried to delete $env->page, but that page doesn't appear to exist in the first page. <a href='?'>Go back</a> to the $settings->defaultpage.</p>"));
|
exit(page_renderer::render_main("Error: Non-existent page - Deleting $env->page", "<p>You tried to delete $env->page, but that page doesn't appear to exist in the first place. <a href='?'>Go back</a> to the $settings->defaultpage.</p>"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isset($_GET["delete"]) or $_GET["delete"] !== "yes")
|
if(!isset($_GET["delete"]) or $_GET["delete"] !== "yes")
|
||||||
|
|
Loading…
Reference in a new issue