From 9381b8fba45b003d6abe85b4ab3762ea78690659 Mon Sep 17 00:00:00 2001 From: Malin Date: Thu, 30 Mar 2017 09:12:02 +0200 Subject: [PATCH] Update 'sc.php' --- sc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc.php b/sc.php index 496163b..aae17a8 100644 --- a/sc.php +++ b/sc.php @@ -1136,7 +1136,7 @@ system ("find ../ -type f -path '*/wp-includes/version.php' -exec grep -H '\$wp_ echo $GLOBALS["red"] . $GLOBALS["br"] . "Joomla

"; 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 '\$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

";