diff --git a/settings.fragment.php b/settings.fragment.php index 084dfaf..37aa540 100644 --- a/settings.fragment.php +++ b/settings.fragment.php @@ -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