The default WikiWord is HomePage. How do I change it to something else? (e.g., WikiWikiWeb, PhpWiki)
Warm Regards,
Raven
Depending on what version you have (which you do not mention), you can set the "HOME_PAGE" constant in lib/config.php.
Why not just
grep -r "HomePage" *
and see where it looks like it is being defined?
Dan
Log in to post a comment.
The default WikiWord is HomePage. How do I change it to something else? (e.g., WikiWikiWeb, PhpWiki)
Warm Regards,
Raven
Depending on what version you have (which you do not mention), you can set the "HOME_PAGE" constant in lib/config.php.
Why not just
grep -r "HomePage" *
and see where it looks like it is being defined?
Dan