minor text change
[gwvp.git] / gwvplib / gwvpdatabase.php
index 0c9a121..d9b51cd 100644 (file)
@@ -39,8 +39,8 @@ function gwvp_dbCreateSQLiteStructure($dbloc)
                )';
 
        // this looks like null, <repoid>, <read|visible|write>, user:<uid>|group:<gid>|authed|anon
-       // where authed = any authenticated user, anon = any unauthed user
-       // read|visible|write = can clone from repo|can see repo exists but not clone from it|can push to repo
+       // where authed = any authenticated user, anon = everyone (logged in, not logged in, etc)
+       // read|visible|write = can clone from repo|can see repo exists and see description but not clone from it|can push to repo
        // TODO: is this sufficient? i have to think about it
        $repoperms = '
                CREATE TABLE "repoperms" (