added e107

This commit is contained in:
Palma Solutions LTD 2018-08-10 12:15:26 +02:00
parent 43ce5d0e9e
commit bc21b7da0f
2 changed files with 3 additions and 1 deletions

View File

@ -190,6 +190,7 @@
array("CodeIgniter", "/system/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"),
array("Reportico", "/reportico.php", "\$version =", "EOL"),
array("YetiForce", "/config/version.php", "'appVersion' =>", "Maintained"),
array("e107", "/e107_admin/ver.php", "\$e107info['e107_version']", "EOL"),
// still need to work on these
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review

View File

@ -204,6 +204,8 @@
array("CodeIgniter", "/system/core/CodeIgniter.php", "define('CI_VERSION',", "Maintained"),
array("Reportico", "/reportico.php", "\$version =", "EOL"),
array("YetiForce", "/config/version.php", "'appVersion' =>", "Maintained"),
array("e107", "/e107_admin/ver.php", "\$e107info['e107_version']", "EOL"),
// still need to work on these
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
@ -232,7 +234,6 @@
array("SPIP", "/svn.revision", "Origine: svn:"), // needs one more
array("Oxy Classifieds", "/version", "*"), // two from the head
array("Anova Pro", "/version.txt", "Anova Pro :"), // one more
);
foreach($versions as $row){