mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-24 17:13:01 +00:00
added default action setting, not functional yet. No updated build either.
This commit is contained in:
parent
e4f4678d12
commit
bfbb465aeb
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ $settings->anonedits = false;
|
|||
// the name of the page that will act as the home page for the wiki. This page will be served if the user didn't specify a page.
|
||||
$settings->defaultpage = "Main Page";
|
||||
|
||||
// the default action. This action will be performed if no other action is specified.
|
||||
$settings->defaultaction = "view";
|
||||
|
||||
// usernames and passwords - passwords should be hashed with sha256
|
||||
$settings->users = [
|
||||
"admin" => "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8", //password
|
||||
|
|
Loading…
Reference in a new issue