SF.net SVN: phpwiki:[10971] trunk

vargenau--- via phpwiki-checkins <[email protected]> Wed, 02 Feb 2022 11:48:24 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10971
          http://sourceforge.net/p/phpwiki/code/10971
Author:   vargenau
Date:     2022-02-02 11:48:24 +0000 (Wed, 02 Feb 2022)
Log Message:
-----------
Align config/config-dist.ini and configurator.php

Modified Paths:
--------------
    trunk/config/config-dist.ini
    trunk/configurator.php

Modified: trunk/config/config-dist.ini
===================================================================
--- trunk/config/config-dist.ini	2022-02-02 11:44:23 UTC (rev 10970)
+++ trunk/config/config-dist.ini	2022-02-02 11:48:24 UTC (rev 10971)
@@ -1,12 +1,12 @@
 ; This is the main configuration file for PhpWiki.
 ; Note that certain characters are used as comment char and therefore
 ; these entries must be in double-quotes. Such as ":", ";", "," and "|"
+; Take special care for DBAUTH_ sql statements. (Part 3a)
 ;
 ; <?php die(); ?> for security
 ;
-; This file is divided into eight parts.
-; Each one has different configuration settings you can
-; change; in all cases the default should work on your system,
+; This file is divided into several parts. Each one has different configuration
+; settings you can change; in all cases the default should work on your system,
 ; however, we recommend you tailor things to your particular setting.
 ; Here undefined definitions get defined by config-default.ini settings.
 

Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php	2022-02-02 11:44:23 UTC (rev 10970)
+++ trunk/configurator.php	2022-02-02 11:48:24 UTC (rev 10971)
@@ -379,12 +379,12 @@
 $SEPARATOR = ";=========================================================================";
 
 $preamble = "
-; This is the main configuration file for PhpWiki in INI-style format.
+; This is the main configuration file for PhpWiki.
 ; Note that certain characters are used as comment char and therefore
 ; these entries must be in double-quotes. Such as \":\", \";\", \",\" and \"|\"
 ; Take special care for DBAUTH_ sql statements. (Part 3a)
 ;
-; This file is divided into several parts: Each one has different configuration
+; This file is divided into several parts. Each one has different configuration
 ; settings you can change; in all cases the default should work on your system,
 ; however, we recommend you tailor things to your particular setting.
 ; Here undefined definitions get defined by config-default.ini settings.

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