Added SquirrelCart

This commit is contained in:
Malin 2016-11-04 05:43:35 +01:00
parent 4a1e566e30
commit d23cbd3590

3
sc.php
View File

@ -1620,6 +1620,9 @@ system("find ../ type f -path '*/lib/config.php' -exec grep -H \"define('PHPWIKI
echo $GLOBALS["red"] . $GLOBALS["br"] . "PixelPost<br /><br /></span>"; echo $GLOBALS["red"] . $GLOBALS["br"] . "PixelPost<br /><br /></span>";
system("find ../ type f -path '*/includes/pixelpost.php' -exec grep -H 'Pixelpost version ' {} \;"); system("find ../ type f -path '*/includes/pixelpost.php' -exec grep -H 'Pixelpost version ' {} \;");
echo $GLOBALS["red"] . $GLOBALS["br"] . "SquirrelCart<br /><br /></span>";
system("find ../ type f -path '*/squirrelcart/functions/base/sc_version.func.php' -exec grep -HA1 'function sc_version() {' {} \;");
/* /*
PmWiki doesn't output the version properly for some reason and it will be checked later PmWiki doesn't output the version properly for some reason and it will be checked later
phpNuke support removed as newer phpNuke installs store the version in the database phpNuke support removed as newer phpNuke installs store the version in the database