mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Merge branch 'master' of https://github.com/sbrl/Pepperminty-Wiki
This commit is contained in:
commit
e865e36eb7
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ $editing = true;
|
||||||
//the maximum number of characters allowed in a single page
|
//the maximum number of characters allowed in a single page
|
||||||
$maxpagesize = 135000; //135,000 characters, or 50 pages
|
$maxpagesize = 135000; //135,000 characters, or 50 pages
|
||||||
|
|
||||||
//whether you need an account to edit
|
//whether users who aren't logged in are allowed to edit
|
||||||
$anonedits = false;
|
$anonedits = false;
|
||||||
|
|
||||||
//the name of the page that will act as the home pae 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 pae for the wiki. This page will be served if the user didn't specify a page.
|
||||||
|
@ -691,4 +691,4 @@ switch($_GET["action"])
|
||||||
exit(renderpage($title, $content, $minimal));
|
exit(renderpage($title, $content, $minimal));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue