mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 05:22:59 +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.
|
// 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";
|
$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
|
// usernames and passwords - passwords should be hashed with sha256
|
||||||
$settings->users = [
|
$settings->users = [
|
||||||
"admin" => "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8", //password
|
"admin" => "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8", //password
|
||||||
|
|
Loading…
Reference in a new issue