Final test

This commit is contained in:
sparkyx 2024-02-27 16:34:31 +01:00
parent 3683aaa53d
commit 7ad7471c7d
12 changed files with 41 additions and 88 deletions

View file

@ -23,8 +23,18 @@
* and some parameter
*/
// SVNVERSION
global $version_noalyss;
// version
define('NOALYSS_VERSION', 9200 );
// Database schema version
define("DBVERSION", 196);
// version for MONO_DATABASE
define("MONO_DATABASE", 25);
// Version schema of account_repository database
define("DBVERSIONREPO", 20);
/*
* Include path
*/
@ -93,7 +103,6 @@ define('BUTTONADD', "✚");
// If noalyss_version is not defined it is likely directly taken from
// git and so this variable is not set, this cause some issue
define('NOALYSS_VERSION', 9114 );
if (!defined('DEBUGNOALYSS')) {
define("DEBUGNOALYSS", 0);
}
@ -119,9 +128,6 @@ if (!defined("NOALYSS_PACKAGE_REPOSITORY")) {
if (!defined("SYSINFO_DISPLAY")) {
define("SYSINFO_DISPLAY", TRUE);
}
define("DBVERSION", 195);
define("MONO_DATABASE", 25);
define("DBVERSIONREPO", 20);
define('NOTFOUND', '--not found--');
define("MAX_COMPTE", 4);
define('MAX_ARTICLE', 5);