added Simple PHP Blog

This commit is contained in:
Palma Solutions LTD
2018-05-09 11:53:35 +02:00
parent 8ff0ed5d63
commit 899e386d5a
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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";
}