From d23cbd359086af3e94e3b0fd5ef9ed234cfca36c Mon Sep 17 00:00:00 2001 From: Malin Date: Fri, 4 Nov 2016 05:43:35 +0100 Subject: [PATCH] Added SquirrelCart --- sc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc.php b/sc.php index 663461e..c79b7ea 100644 --- a/sc.php +++ b/sc.php @@ -1619,6 +1619,9 @@ system("find ../ type f -path '*/lib/config.php' -exec grep -H \"define('PHPWIKI echo $GLOBALS["red"] . $GLOBALS["br"] . "PixelPost

"; system("find ../ type f -path '*/includes/pixelpost.php' -exec grep -H 'Pixelpost version ' {} \;"); + +echo $GLOBALS["red"] . $GLOBALS["br"] . "SquirrelCart

"; +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