From 088392cf432416ee14a5a02c9558bea0916bf294 Mon Sep 17 00:00:00 2001 From: Malin Date: Sat, 8 Apr 2017 10:11:19 +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 46c54d3..1930805 100644 --- a/sc.php +++ b/sc.php @@ -1134,7 +1134,7 @@ echo $GLOBALS["red"] . $GLOBALS["br"] . "Wordpress

"; system ("find ../ -type f -path '*/wp-includes/version.php' -exec grep -H '\$wp_version =' {} \;"); echo $GLOBALS["red"] . $GLOBALS["br"] . "Joomla

"; -system ("find ../ -type f -path '*/includes/version.php' -exec grep -H '\$RELEASE\ =\|\$DEV_LEVEL\ =' {} \; "); +system ("find ../ -type f -path '*/includes/version.php' -exec grep -H '\$RELEASE\|\$DEV_LEVEL' {} \; "); 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\ =' {} \; ");