diff --git a/cms-ver.php b/cms-ver.php index 1cf13e0..cae9265 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -185,6 +185,7 @@ array("UCenter", "/index.php", "define('UC_VERSION',", "EOL"), array("Discuz!", "/discuz_version.php", "define('DISCUZ_VERSION',", "EOL"), array("PH7CMS", "/_protected/app/configs/config.ini", "version =", "EOL"), + array("Chamilo", "/app/config/configuration.php", "\$_configuration['system_version'] =", "Maintained"), // still need to work on these array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review diff --git a/cms-vss.php b/cms-vss.php index 615229e..041c731 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -199,6 +199,7 @@ array("UCenter", "/index.php", "define('UC_VERSION',", "EOL"), array("Discuz!", "/discuz_version.php", "define('DISCUZ_VERSION',", "EOL"), array("PH7CMS", "/_protected/app/configs/config.ini", "version =", "EOL"), + array("Chamilo", "/app/config/configuration.php", "\$_configuration['system_version'] =", "Maintained"), // still need to work on these array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review