[pmwiki-users] defer recipe to local ookbook
JB
jbit at ev1.net
Tue Aug 22 22:05:18 CDT 2006
I there a way to get the farmconfig.php to include a
recipe in the local wiki and not the one in the
wikifarm cookbook directory when both of the recipes
have the same filename? I want to defer to the local
wiki so when I do testing it only affects one wiki and
not the entire farm.
farmconfig.php might look like:
if exists localwiki/cookbook/recipe.php
includeonce(localwiki/cookbook/recipe.php)
else
includeonce(wikifarm/cookbook/recipe.php)
endif
I do not want to install a complete seperate wiki just
for testing.
More information about the pmwiki-users
mailing list