1# phprestrict
2Dokuwiki plugin to restrict php inclusion to pages by namespace or name.
3
4Overrides the current PHP setting, which enables PHP on all pages.
5
6Enable PHP by namespace ("fred:"), page ("fred:derf") and page-prefix ("fred:php*).
7You can then use the ACL to determine what users have the ability to edit PHP pages.
8
9You can also disable "view source" on PHP pages (recommended).
10
11PHP is also disabled on old revision pages.
12