root/devel/mod/pages/lib/pages.config.php
| Revision 1539, 431 bytes (checked in by renato, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // allow to execute php code |
| 4 | define('PAGES_ALLOW_PHP_ADMIN', true); // administrators |
| 5 | define('PAGES_ALLOW_PHP_USER', false); // normal users |
| 6 | |
| 7 | // parse tempalte keywords |
| 8 | define('PAGES_PARSE_KEYWORDS', true); |
| 9 | |
| 10 | // execute blog engine text processor |
| 11 | define('PAGES_BLOG_TEXTPROC', false); // breaks content with br's |
| 12 | |
| 13 | // disable pages for normal users |
| 14 | define('PAGES_DISABLE_USERS', true); |
| 15 | |
| 16 | ?> |
| 17 |
Note: See TracBrowser for help on using the browser.
