Update 'sc.php'

This commit is contained in:
Malin 2017-03-29 12:19:53 +02:00
parent e78e4cd2dd
commit ea98a832b5

1
sc.php
View File

@ -1137,6 +1137,7 @@ echo $GLOBALS["red"] . $GLOBALS["br"] . "Joomla<br /><br /></span>";
system ("find ../ -type f -path '*/libraries/joomla/version.php' -exec grep -H '\$RELEASE\ =\|\$DEV_LEVEL =' {} \; ");
system ("find ../ -type f -path '*/libraries/cms/version.php' -exec grep -H '\$RELEASE\ =\|\$DEV_LEVEL =' {} \; ");
system ("find ../ -type f -path '*/libraries/cms/version/version.php' -exec grep -H '\$RELEASE\ =\|\$DEV_LEVEL =' {} \; ");
system ("find ../ -type f -path '*/libraries/cms/version/version.php' -exec grep -H 'const RELEASE =|const DEV_LEVEL =' {} \; ");
echo $GLOBALS["red"] . $GLOBALS["br"] . "osCommerce<br /><br /></span>";
system ("find ../ -type f -path '*/includes/application_top.php' -exec grep -H \"define('PROJECT_VERSION', 'osCommerce Online Merchant\" {} \;");