From 899e386d5aed5e0f567b31562901190c04c6ebfb Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Wed, 9 May 2018 11:53:35 +0200 Subject: [PATCH] added Simple PHP Blog --- cms-ver.php | 1 + cms-vss.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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"; }