added Discuz!

This commit is contained in:
Palma Solutions LTD 2018-06-24 13:26:28 +02:00
parent 0eb865f1c1
commit d948fd9fe3
2 changed files with 3 additions and 1 deletions

View File

@ -183,6 +183,7 @@
array("Grav CMS", "/system/defines.php", "define('GRAV_VERSION',", "Maintained"), array("Grav CMS", "/system/defines.php", "define('GRAV_VERSION',", "Maintained"),
array("CuteNews", "/inc/functions.inc.php", "\$config_version_name = \"CuteNews v", "EOL"), array("CuteNews", "/inc/functions.inc.php", "\$config_version_name = \"CuteNews v", "EOL"),
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"),
// 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

@ -197,7 +197,8 @@
array("Grav CMS", "/system/defines.php", "define('GRAV_VERSION',", "Maintained"), array("Grav CMS", "/system/defines.php", "define('GRAV_VERSION',", "Maintained"),
array("CuteNews", "/inc/functions.inc.php", "\$config_version_name = \"CuteNews v", "EOL"), array("CuteNews", "/inc/functions.inc.php", "\$config_version_name = \"CuteNews v", "EOL"),
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"),
// 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
array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review array("Croogo", "/Vendor/croogo/croogo/VERSION.txt", "*"), // needs further review