added Chamilo

This commit is contained in:
Palma Solutions LTD 2018-07-06 12:52:51 +02:00
parent a3f3182d76
commit c5d0458f16
2 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,7 @@
array("UCenter", "/index.php", "define('UC_VERSION',", "EOL"), array("UCenter", "/index.php", "define('UC_VERSION',", "EOL"),
array("Discuz!", "/discuz_version.php", "define('DISCUZ_VERSION',", "EOL"), array("Discuz!", "/discuz_version.php", "define('DISCUZ_VERSION',", "EOL"),
array("PH7CMS", "/_protected/app/configs/config.ini", "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 // still need to work on these
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review

View File

@ -199,6 +199,7 @@
array("UCenter", "/index.php", "define('UC_VERSION',", "EOL"), array("UCenter", "/index.php", "define('UC_VERSION',", "EOL"),
array("Discuz!", "/discuz_version.php", "define('DISCUZ_VERSION',", "EOL"), array("Discuz!", "/discuz_version.php", "define('DISCUZ_VERSION',", "EOL"),
array("PH7CMS", "/_protected/app/configs/config.ini", "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 // still need to work on these
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review