Merge pull request #206 from SeanFromIT/master

adding WikiProject Paranormal
This commit is contained in:
Starbeamrainbowlabs 2020-08-19 14:43:05 +01:00 committed by GitHub
commit 9b109face2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -21,9 +21,12 @@ For everything you need to know (including how to get your own copy!), you proba
**[Website](https://peppermint.mooncarrot.space/)**
## 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)
- [Reddit, by u/flameborn](https://www.reddit.com/r/selfhosted/comments/d23mhx/yet_another_wiki/ezsu4rs?utm_source=share&utm_medium=web2x)

View File

@ -44,7 +44,7 @@ register_module([
}
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")