SF.net SVN: phpwiki:[10939] trunk/config/config-default.ini

vargenau--- via phpwiki-checkins <[email protected]> Mon, 24 Jan 2022 19:46:59 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10939
          http://sourceforge.net/p/phpwiki/code/10939
Author:   vargenau
Date:     2022-01-24 19:46:59 +0000 (Mon, 24 Jan 2022)
Log Message:
-----------
config/config-default.ini: DEFAULT_LANGUAGE = en

Modified Paths:
--------------
    trunk/config/config-default.ini

Modified: trunk/config/config-default.ini
===================================================================
--- trunk/config/config-default.ini	2022-01-24 17:57:19 UTC (rev 10938)
+++ trunk/config/config-default.ini	2022-01-24 19:46:59 UTC (rev 10939)
@@ -73,6 +73,7 @@
 DBAUTH_GROUP_MEMBERS = "SELECT userid FROM pref WHERE groupname='$groupname'"
 DBAUTH_USER_GROUPS = "SELECT groupname FROM pref WHERE userid='$userid'"
 THEME = Sidebar
+DEFAULT_LANGUAGE = en
 WIKI_PGSRC = pgsrc
 DEFAULT_WIKI_PGSRC = pgsrc
 DEFAULT_WIKI_PAGES = "ReleaseNotes"

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