From 869fc16b738d8171b04e9e37ed92025c40751545 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 3 Dec 2014 11:50:14 +0000 Subject: [PATCH] Made comment for setting clearer --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index d2a63b2..7ae675b 100755 --- a/index.php +++ b/index.php @@ -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 user 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; } -?> \ No newline at end of file +?>