[VERSION] Config file version check

This commit is contained in:
Sebastian Grewe 2014-04-11 12:44:35 +02:00
parent 2fdf94c9c5
commit 233c0c7e8a

View File

@ -3,7 +3,7 @@ $defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
define('MPOS_VERSION', '0.0.4');
define('DB_VERSION', '0.0.8');
define('CONFIG_VERSION', '0.0.7');
define('CONFIG_VERSION', '0.0.8');
// Fetch installed database version
$db_version = $setting->getValue('DB_VERSION');