diff --git a/cms-vss.php b/cms-vss.php index 6d0506b..f474de7 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -15,7 +15,7 @@ * - Fix Drupal 7 not working correctly */ - if ($_SERVER['argc'] = 2) { + if ($_SERVER['argc'] >= 2) { echo "Scanning for CMS scripts under /home/".$argv[1]."/public_html/\n"; } else { die("You must specify the username for this to work out!\n");