added e107
This commit is contained in:
parent
43ce5d0e9e
commit
bc21b7da0f
@ -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
|
||||
|
||||
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user