Added SquirrelCart
This commit is contained in:
parent
4a1e566e30
commit
d23cbd3590
3
sc.php
3
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<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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user