How do I get rid of 'HomePage'?
Christopher Brooks, 16 Mar 2009
Last updated: 23 Feb 2011
To change the default, use CVS to edit
wiki/local/pgcust.php
and add
$DefaultName or
$DefaultGroup:
<?php if (!defined('PmWiki')) exit();
$DefaultGroup= "Gsoc";
$DefaultName= "Gsoc";
?>
See PmWiki Basic Variables
for details.
Once you make your changes, check them in and then click
on the CVS Update link on the main page.
For more information, see
How do I edit pages in a group with the "CVS Authoring" option?