Country_code: try to guess it

This commit is contained in:
sparkyx 2026-01-13 17:41:19 +01:00
parent bd83d91efb
commit be93797369
2 changed files with 46 additions and 1 deletions

View file

@ -28,7 +28,7 @@ global $version_noalyss;
define('NOALYSS_VERSION', 10000 );
// Database schema version
define("DBVERSION", 206);
define("DBVERSION", 207);
// version for MONO_DATABASE
define("MONO_DATABASE", 25);