SF.net SVN: phpwiki:[11104] trunk

carstenklapp--- via phpwiki-checkins <[email protected]> Fri, 14 Feb 2025 07:19:38 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11104
          http://sourceforge.net/p/phpwiki/code/11104
Author:   carstenklapp
Date:     2025-02-14 07:19:38 +0000 (Fri, 14 Feb 2025)
Log Message:
-----------
minor fixes

Modified Paths:
--------------
    trunk/INSTALL
    trunk/config/config-dist.ini

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2025-02-14 07:14:18 UTC (rev 11103)
+++ trunk/INSTALL	2025-02-14 07:19:38 UTC (rev 11104)
@@ -98,7 +98,7 @@
 To correct this you will have to check the available dba handlers,
 install the dba extension or preferably an sql-compatible database
 such as MySQL or PostgreSQL and make the necessary configuration
-changes to 'lib/config/config.ini'.
+changes to 'config/config.ini'.
 
 
 INSTRUCTIONS
@@ -115,7 +115,7 @@
 
 bash$ unzip phpwiki-1.6.4.zip
 
-In the config subdirectory copy 'config-dist.ini' to 'config.ini' and
+In the 'config/' subdirectory copy 'config-dist.ini' to 'config.ini' and
 edit the settings in 'config.ini' to your liking.
 
 

Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini	2025-02-14 07:14:18 UTC (rev 11103)
+++ trunk/config/config-dist.ini	2025-02-14 07:19:38 UTC (rev 11104)
@@ -199,6 +199,7 @@
 ; InterWiki monikers found in the InterWikiMap. (For examples, see
 ; lib/interwiki.map).
 ; Default: PhpWiki
+; WIKI_NAME = "My PhpWiki"
 WIKI_NAME = PhpWiki
 
 ; Username and password of administrator.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.