mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
Made comment for setting clearer
This commit is contained in:
parent
839d7a53d7
commit
72863c97e9
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
|
||||
$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;
|
||||
|
||||
//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));
|
||||
break;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue