1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00
This commit is contained in:
Starbeamrainbowlabs 2014-12-06 19:10:12 +00:00
commit e865e36eb7

View file

@ -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;
} }
?> ?>