Projects More |
PmWiki /
CondAuthCheck whether the user requesting a page has specific authorizations, for example editing, browsing. if (CondAuth($pagename, 'edit')) { ... } You can provide either authorization levels ('read', 'edit', 'attr', 'admin') or action names ('browse', 'upload', 'source') as the second argument to When using See also:
This page may have a more recent version on pmwiki.org: PmWiki:CondAuth, and a talk page: PmWiki:CondAuth-Talk. |