Hi,
My browser titles are always 'an unnamed phpwiki'. Where can I change this?
Thanks, Eric
Edit your index.php. At the top of "Part One", change:
//define('WIKI_NAME', 'PhpWiki');
to: define('WIKI_NAME', "MyWiki (or whatever)");
Log in to post a comment.
Hi,
My browser titles are always 'an unnamed phpwiki'.
Where can I change this?
Thanks,
Eric
Edit your index.php. At the top of "Part One", change:
//define('WIKI_NAME', 'PhpWiki');
to:
define('WIKI_NAME', "MyWiki (or whatever)");