diff --git a/cms-ver.php b/cms-ver.php index 7ae97e5..0037c2a 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -164,6 +164,7 @@ array("phpMyAdmin", "/libraries/Config.php", "\$this->set('PMA_VERSION',", "Not Allowed"), array("phpMyAdmin", "/libraries/Config.class.php", "\$this->set('PMA_VERSION',", "Not Allowed"), array("CubeCart", "/ini.inc.php", "define('CC_VERSION',", "Maintained"), + array("Simple PHP Blog", "/scripts/sb_functions.php", "\$sb_info[ 'version' ] =", "EOL"), // still need to work on these array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review diff --git a/cms-vss.php b/cms-vss.php index bb619c3..9b5b4a7 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -170,7 +170,8 @@ array("phpMyAdmin", "/libraries/defines.lib.php", "define('PMA_VERSION',", "Not Allowed"), array("phpMyAdmin", "/libraries/Config.php", "\$this->set('PMA_VERSION',", "Not Allowed"), array("phpMyAdmin", "/libraries/Config.class.php", "\$this->set('PMA_VERSION',", "Not Allowed"), - array("CubeCart", "/ini.inc.php", "define('CC_VERSION',", "Maintained"), + array("CubeCart", "/ini.inc.php", "define('CC_VERSION',", "Maintained"), + array("Simple PHP Blog", "/scripts/sb_functions.php", "\$sb_info[ 'version' ] =", "EOL"), // still need to work on these @@ -351,4 +352,5 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$rxw[1], GLOB_BRACE) as $ } } + echo "\n\n"; }