mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add imgur album link
This commit is contained in:
parent
f62bebda76
commit
230e3ffbed
2 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,9 @@ Developed by Starbeamrainbowlabs (though contributions from others are welcome!)
|
|||
|
||||
Above: The Main Page used for testing purposes.
|
||||
|
||||
A live demo of the latest stable version can be found over at [my website](//starbeamrainbowlabs.com/labs/peppermint)
|
||||
A live demo of the latest stable version can be found over at [my website](//starbeamrainbowlabs.com/labs/peppermint).
|
||||
|
||||
More screenshots can be found in [this Imgur Album](https://imgur.com/a/lsBc3cM).
|
||||
|
||||
## Features
|
||||
- Configurable settings
|
||||
|
|
|
@ -406,7 +406,7 @@ if($settings->sessionprefix == "auto")
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
/** The version of Pepperminty Wiki currently running. */
|
||||
$version = "v0.17";
|
||||
$commit = "1cec17a4419d4ba1f56f7734cc99f75bcb8e4722";
|
||||
$commit = "f62bebda76fdc0fc2f076a5b9c6afd284b64016f";
|
||||
/// Environment ///
|
||||
/** Holds information about the current request environment. */
|
||||
$env = new stdClass();
|
||||
|
|
Loading…
Reference in a new issue