[pmwiki-users] Maybe i'm dumb
Hans
design at flutesong.net
Fri Apr 15 17:30:23 CDT 2005
Friday, April 15, 2005, 9:52:04 PM, Radu wrote:
> (:if auth !admin:)
> code seen by other than admins
> (:if auth admin:)
> code seen by admins
> (:if:)
I don't think the first is a permissible parameter ( !admin).
(:if auth !admin:) this will be seen by nobody (:if:)
it should be:
(:if ! auth admin:) this will be seen by all but admin (:if:)
For (:if auth parameter:) we got as parameters only
read, edit, upload, attr and admin, if I understand correctly.
~Hans
More information about the pmwiki-users
mailing list