viewgit/inc/functions.php:22 Function utf8_encode() is deprecated [8192]

Add code to upgrade to new list of profile constants take 2

Chris Pollett [2023-09-21 16:Sep:st]
Add code to upgrade to new list of profile constants take 2
Filename
src/configs/Config.php
diff --git a/src/configs/Config.php b/src/configs/Config.php
index 9883c5f56..2a439d0f6 100755
--- a/src/configs/Config.php
+++ b/src/configs/Config.php
@@ -173,7 +173,7 @@ nsdefine('MIN_AD_VERSION', 36);
  * Version number for upgrading locale resource folders and for upgrading
  * public and help wikis
  */
-nsdefine('RESOURCES_WIKI_VERSION', 13);
+nsdefine('RESOURCES_WIKI_VERSION', 12);
 /**
  * nsdefine's the BASE_URL constant for this script
  * if run from the command line as part of index.php HTTP server scrip
ViewGit