From c5d0458f16be2bb09bc3ea1032b53520d83b9ba3 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Fri, 6 Jul 2018 12:52:51 +0200 Subject: [PATCH] added Chamilo --- cms-ver.php | 1 + cms-vss.php | 1 + 2 files changed, 2 insertions(+) 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