new patterns + AEF fix
This commit is contained in:
@@ -82,7 +82,6 @@
|
||||
array("appRain", "/development/definition/system_configuration/config.xml", "<appRainversion>", ""),
|
||||
array("ClipperCMS", "/manager/includes/version.inc.php", "define('CMS_RELEASE_VERSION',", ""), // forked from ModX
|
||||
array("MyBB", "/inc/class_core.php", "public \$version =", ""),
|
||||
array("AEF", "/globals.php", "// AEF : Advanced Electron Forum", ""),
|
||||
array("Vanilla", "/conf/config.php", "\$Configuration\['Vanilla'\]\['Version'\] =". ""),
|
||||
array("PunBB", "/include/constants.php", "define('FORUM_VERSION',", ""),
|
||||
array("FluxBB", "/include/common.php", "define('FORUM_VERSION',", ""),
|
||||
@@ -276,7 +275,8 @@ $versiondouble = array (
|
||||
array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',", "Maintained"),
|
||||
array("SohoLaunch", "/sohoadmin/version.php", "## Soholaunch(R)", "## Version", "EOL"),
|
||||
array("XMB", "/db/mysql.php", "* eXtreme Message Board", " * XMB ", "EOL"),
|
||||
|
||||
array("AEF", "/globals.php", "// AEF : Advanced Electron Forum", "// Version", "EOL"),
|
||||
|
||||
);
|
||||
|
||||
foreach($versiondouble as $raw){
|
||||
|
||||
Reference in New Issue
Block a user