From: <var...@us...> - 2009-03-26 12:48:54
|
Revision: 6719 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6719&view=rev Author: vargenau Date: 2009-03-26 12:48:53 +0000 (Thu, 26 Mar 2009) Log Message: ----------- Fix broken chars Modified Paths: -------------- trunk/doc/README.security Modified: trunk/doc/README.security =================================================================== --- trunk/doc/README.security 2009-03-26 12:47:00 UTC (rev 6718) +++ trunk/doc/README.security 2009-03-26 12:48:53 UTC (rev 6719) @@ -57,7 +57,7 @@ USER_AUTH_POLICY = first-only ; Store group information in wiki pages -; there\x92s no need to develop a complex front end for a database. +; there's no need to develop a complex front end for a database. ; Note that in performance terms this is the most expensive option. GROUP_METHOD = WIKIPAGE @@ -133,7 +133,7 @@ - -Authenticated Users - -Signed Users - -Bogo Users -* _Where + means the ACL allows that kind of access and \x96 means the ACL +* _Where + means the ACL allows that kind of access and x means the ACL does not allow that kind of access._ * change the ACLs for CHANGE and REMOVE to - +Administrators @@ -228,4 +228,4 @@ * Test the permissions work as expected. ---PhpWiki:CharlesCorrigan \ No newline at end of file +--PhpWiki:CharlesCorrigan This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |