added Simple PHP Blog
This commit is contained in:
@@ -164,6 +164,7 @@
|
|||||||
array("phpMyAdmin", "/libraries/Config.php", "\$this->set('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("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
|
// still need to work on these
|
||||||
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
|
array("Silverstripe", "/cms/silverstripe_version", "*"), //needs review
|
||||||
|
|||||||
@@ -171,6 +171,7 @@
|
|||||||
array("phpMyAdmin", "/libraries/Config.php", "\$this->set('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("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
|
// 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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user