[VERSION] Config file version check
This commit is contained in:
parent
2fdf94c9c5
commit
233c0c7e8a
@ -3,7 +3,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
|
|||||||
|
|
||||||
define('MPOS_VERSION', '0.0.4');
|
define('MPOS_VERSION', '0.0.4');
|
||||||
define('DB_VERSION', '0.0.8');
|
define('DB_VERSION', '0.0.8');
|
||||||
define('CONFIG_VERSION', '0.0.7');
|
define('CONFIG_VERSION', '0.0.8');
|
||||||
|
|
||||||
// Fetch installed database version
|
// Fetch installed database version
|
||||||
$db_version = $setting->getValue('DB_VERSION');
|
$db_version = $setting->getValue('DB_VERSION');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user