[pmwiki-users] To disable html markup on publically-editable pages

JB jbit at bitlink.com
Sat Nov 18 19:43:35 CST 2006


Won't that make the config.php execute twice then?


> FWIW, a farmconfig.php can have things happen after local/config.php
> by simply doing:
> 
>     <?php
>       ## initial farm configuration (before local/config.php) stuff here
>       $FarmPubDirUrl = '...';
> 
>       ## get local configuration settings
>       include_once('local/config.php');
> 
>       ## farm configuration after local/config.php here
>       if (!CondAuth($pagename, 'admin')) { ... }





More information about the pmwiki-users mailing list